#985162

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

Shades of Vin Rouge #985162

Tints of Vin Rouge #985162

Color information

#985162 (or 0x985162) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 62. RGB value is (152,81,98). Sum of RGB (Red+Green+Blue) = 152+81+98=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #985162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985162 is #67AE9D. Grayscale: #686868. Windows color (decimal): -6794910 or 6443416. OLE color: 6443416.

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

Color convert

RGB1528198-
CMYK00.470.360.40
HSL345.63º30.47%45.69%-
HSV(B)345.63º46.71%59.61%-
XYZ18.113.4413.2-
YUV104.17124.52162.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=45.92%
G=24.47%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152819800.470.360.40345.6330.4745.69
Hex98516202F242815a1e2e
Octal23012114205744505323656
Binary1001100010100011100010010111110010010100010101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985162; }

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

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

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

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

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

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

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

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