#9B5561

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

Shades of Vin Rouge #9B5561

Tints of Vin Rouge #9B5561

Color information

#9B5561 (or 0x9B5561) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 61. RGB value is (155,85,97). Sum of RGB (Red+Green+Blue) = 155+85+97=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5561 is #64AA9E. Grayscale: #6B6B6B. Windows color (decimal): -6597279 or 6378907. OLE color: 6378907.

HSL color Cylindrical-coordinate representation of color #9B5561: hue angle of 349.71º 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 #9B5561 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1558597-
CMYK00.450.370.39
HSL349.71º29.17%47.06%-
HSV(B)349.71º45.16%60.78%-
XYZ18.9214.3313.08-
YUV107.3122.19162.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=45.99%
G=25.22%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155859700.450.370.39349.7129.1747.06
Hex9B556102D252715e1d2f
Octal23312514105545475363557
Binary1001101110101011100001010110110010110011110101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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