#985166

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

Shades of Vin Rouge #985166

Tints of Vin Rouge #985166

Color information

#985166 (or 0x985166) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 66. RGB value is (152,81,102). Sum of RGB (Red+Green+Blue) = 152+81+102=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985166 is #67AE99. Grayscale: #686868. Windows color (decimal): -6794906 or 6705560. OLE color: 6705560.

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

Color convert

RGB15281102-
CMYK00.470.330.40
HSL342.25º30.47%45.69%-
HSV(B)342.25º46.71%59.61%-
XYZ18.2913.5214.22-
YUV104.62126.52161.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=45.37%
G=24.18%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528110200.470.330.40342.2530.4745.69
Hex98516602F21281561e2e
Octal23012114605741505263656
Binary1001100010100011100110010111110000110100010101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985166; }

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

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

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

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

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

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

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

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