#9D555B

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

Shades of Vin Rouge #9D555B

Tints of Vin Rouge #9D555B

Color information

#9D555B (or 0x9D555B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 55 and 5B. RGB value is (157,85,91). Sum of RGB (Red+Green+Blue) = 157+85+91=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D555B is #62AAA4. Grayscale: #6B6B6B. Windows color (decimal): -6466213 or 5985693. OLE color: 5985693.

HSL color Cylindrical-coordinate representation of color #9D555B: hue angle of 355º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D555B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1578591-
CMYK00.460.420.38
HSL355º29.75%47.45%-
HSV(B)355º45.86%61.57%-
XYZ19.0414.4211.68-
YUV107.21118.85163.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=47.15%
G=25.53%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157859100.460.420.3835529.7547.45
Hex9D555B02E2A261631e2f
Octal23512513305652465433657
Binary1001110110101011011011010111010101010011010110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,91); }

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

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

 a { background-color: rgb(157,85,91); }

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

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

 span { border-color: rgb(157,85,91); }

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