#985860

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

Shades of Vin Rouge #985860

Tints of Vin Rouge #985860

Color information

#985860 (or 0x985860) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 60. RGB value is (152,88,96). Sum of RGB (Red+Green+Blue) = 152+88+96=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985860 is #67A79F. Grayscale: #6C6C6C. Windows color (decimal): -6793120 or 6314136. OLE color: 6314136.

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

Color convert

RGB1528896-
CMYK00.420.370.40
HSL352.5º26.67%47.06%-
HSV(B)352.5º42.11%59.61%-
XYZ18.5514.512.89-
YUV108.05121.2159.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=45.24%
G=26.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152889600.420.370.40352.526.6747.06
Hex98586002A25281601b2f
Octal23013014005245505403357
Binary1001100010110001100000010101010010110100010110000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985860; }

 p { color: rgb(152,88,96); }

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

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

 a { background-color: rgb(152,88,96); }

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

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

 span { border-color: rgb(152,88,96); }

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