#985164

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

Shades of Vin Rouge #985164

Tints of Vin Rouge #985164

Color information

#985164 (or 0x985164) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 64. RGB value is (152,81,100). Sum of RGB (Red+Green+Blue) = 152+81+100=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985164 is #67AE9B. Grayscale: #686868. Windows color (decimal): -6794908 or 6574488. OLE color: 6574488.

HSL color Cylindrical-coordinate representation of color #985164: hue angle of 343.94º 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 #985164 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15281100-
CMYK00.470.340.40
HSL343.94º30.47%45.69%-
HSV(B)343.94º46.71%59.61%-
XYZ18.1913.4813.7-
YUV104.4125.52161.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=45.65%
G=24.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528110000.470.340.40343.9430.4745.69
Hex98516402F22281581e2e
Octal23012114405742505303656
Binary1001100010100011100100010111110001010100010101100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985164; }

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

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

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

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

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

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

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

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