#985766

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

Shades of Vin Rouge #985766

Tints of Vin Rouge #985766

Color information

#985766 (or 0x985766) is unknown color: approx Vin Rouge. HEX triplet: 98, 57 and 66. RGB value is (152,87,102). Sum of RGB (Red+Green+Blue) = 152+87+102=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985766 is #67A899. Grayscale: #6C6C6C. Windows color (decimal): -6793370 or 6707096. OLE color: 6707096.

HSL color Cylindrical-coordinate representation of color #985766: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985766 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15287102-
CMYK00.430.330.40
HSL346.15º27.2%46.86%-
HSV(B)346.15º42.76%59.61%-
XYZ18.7614.4514.37-
YUV108.14124.53159.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=44.57%
G=25.51%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528710200.430.330.40346.1527.246.86
Hex98576602B212815a1b2f
Octal23012714605341505323357
Binary1001100010101111100110010101110000110100010101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985766; }

 p { color: rgb(152,87,102); }

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

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

 a { background-color: rgb(152,87,102); }

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

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

 span { border-color: rgb(152,87,102); }

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