#9B5563

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

Shades of Vin Rouge #9B5563

Tints of Vin Rouge #9B5563

Color information

#9B5563 (or 0x9B5563) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 63. RGB value is (155,85,99). Sum of RGB (Red+Green+Blue) = 155+85+99=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5563 is #64AA9C. Grayscale: #6B6B6B. Windows color (decimal): -6597277 or 6509979. OLE color: 6509979.

HSL color Cylindrical-coordinate representation of color #9B5563: hue angle of 348º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5563 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB1558599-
CMYK00.450.360.39
HSL348º29.17%47.06%-
HSV(B)348º45.16%60.78%-
XYZ19.0214.3713.58-
YUV107.53123.19161.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=45.72%
G=25.07%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155859900.450.360.3934829.1747.06
Hex9B556302D242715c1d2f
Octal23312514305544475343557
Binary1001101110101011100011010110110010010011110101110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,99); }

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

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

 a { background-color: rgb(155,85,99); }

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

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

 span { border-color: rgb(155,85,99); }

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