#985167

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

Shades of Vin Rouge #985167

Tints of Vin Rouge #985167

Color information

#985167 (or 0x985167) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 67. RGB value is (152,81,103). Sum of RGB (Red+Green+Blue) = 152+81+103=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985167 is #67AE98. Grayscale: #686868. Windows color (decimal): -6794905 or 6771096. OLE color: 6771096.

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

Color convert

RGB15281103-
CMYK00.470.320.40
HSL341.41º30.47%45.69%-
HSV(B)341.41º46.71%59.61%-
XYZ18.3413.5414.48-
YUV104.74127.02161.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=45.24%
G=24.11%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528110300.470.320.40341.4130.4745.69
Hex98516702F20281551e2e
Octal23012114705740505253656
Binary1001100010100011100111010111110000010100010101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985167; }

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

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

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

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

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

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

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

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