#9B5059

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

Shades of Vin Rouge #9B5059

Tints of Vin Rouge #9B5059

Color information

#9B5059 (or 0x9B5059) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 59. RGB value is (155,80,89). Sum of RGB (Red+Green+Blue) = 155+80+89=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5059 is #64AFA6. Grayscale: #676767. Windows color (decimal): -6598567 or 5853339. OLE color: 5853339.

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

Color convert

RGB1558089-
CMYK00.480.430.39
HSL352.8º31.91%46.08%-
HSV(B)352.8º48.39%60.78%-
XYZ18.1913.4311.08-
YUV103.45119.85164.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=47.84%
G=24.69%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155808900.480.430.39352.831.9146.08
Hex9B50590302B27161202e
Octal23312013106053475414056
Binary10011011101000010110010110000101011100111101100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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