#9B5066

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

Shades of Vin Rouge #9B5066

Tints of Vin Rouge #9B5066

Color information

#9B5066 (or 0x9B5066) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 66. RGB value is (155,80,102). Sum of RGB (Red+Green+Blue) = 155+80+102=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5066 is #64AF99. Grayscale: #686868. Windows color (decimal): -6598554 or 6705307. OLE color: 6705307.

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

Color convert

RGB15580102-
CMYK00.480.340.39
HSL342.4º31.91%46.08%-
HSV(B)342.4º48.39%60.78%-
XYZ18.7813.6714.22-
YUV104.93126.35163.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=45.99%
G=23.74%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558010200.480.340.39342.431.9146.08
Hex9B50660302227156202e
Octal23312014606042475264056
Binary10011011101000011001100110000100010100111101010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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