#9B5859

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

Shades of Vin Rouge #9B5859

Tints of Vin Rouge #9B5859

Color information

#9B5859 (or 0x9B5859) is unknown color: approx Vin Rouge. HEX triplet: 9B, 58 and 59. RGB value is (155,88,89). Sum of RGB (Red+Green+Blue) = 155+88+89=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5859 is #64A7A6. Grayscale: #6C6C6C. Windows color (decimal): -6596519 or 5855387. OLE color: 5855387.

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

Color convert

RGB1558889-
CMYK00.430.430.39
HSL359.1º27.57%47.65%-
HSV(B)359.1º43.23%60.78%-
XYZ18.8114.6711.29-
YUV108.15117.2161.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=46.69%
G=26.51%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155888900.430.430.39359.127.5747.65
Hex9B585902B2B271671c30
Octal23313013105353475473460
Binary1001101110110001011001010101110101110011110110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,89); }

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

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

 a { background-color: rgb(155,88,89); }

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

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

 span { border-color: rgb(155,88,89); }

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