#9D585A

Color #9D585A Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9D585A

Tints of Vin Rouge #9D585A

Color information

#9D585A (or 0x9D585A) is unknown color: approx Vin Rouge. HEX triplet: 9D, 58 and 5A. RGB value is (157,88,90). Sum of RGB (Red+Green+Blue) = 157+88+90=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D585A is #62A7A5. Grayscale: #6C6C6C. Windows color (decimal): -6465446 or 5920925. OLE color: 5920925.

HSL color Cylindrical-coordinate representation of color #9D585A: hue angle of 358.26º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D585A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1578890-
CMYK00.440.430.38
HSL358.26º28.16%48.04%-
HSV(B)358.26º43.95%61.57%-
XYZ19.2414.8911.53-
YUV108.86117.36162.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=46.87%
G=26.27%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157889000.440.430.38358.2628.1648.04
Hex9D585A02C2B261661c30
Octal23513013205453465463460
Binary1001110110110001011010010110010101110011010110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D585A; }

 p { color: rgb(157,88,90); }

 H1.HeaderClassName
 {
   color: #9D585A;
 }
 .AnyTagClassName
 {
   color: #9D585A;
 }
</style>
background-color css

<style>
 a { background-color: #9D585A; }

 a { background-color: rgb(157,88,90); }

 div.DivClassName
 {
   background-color: #9D585A;
 }
 .BgClassName
 {
   background-color: #9D585A;
 }
</style>
border-color css

<style>
 span { border-color: #9D585A; }

 span { border-color: rgb(157,88,90); }

 td.TdClassName
 {
   border-color: #9D585A;
 }
 .TagClassName
 {
   border-color: #9D585A;
 }
</style>