#985865

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

Shades of Vin Rouge #985865

Tints of Vin Rouge #985865

Color information

#985865 (or 0x985865) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 65. RGB value is (152,88,101). Sum of RGB (Red+Green+Blue) = 152+88+101=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985865 is #67A79A. Grayscale: #6C6C6C. Windows color (decimal): -6793115 or 6641816. OLE color: 6641816.

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

Color convert

RGB15288101-
CMYK00.420.340.40
HSL347.81º26.67%47.06%-
HSV(B)347.81º42.11%59.61%-
XYZ18.7914.5914.14-
YUV108.62123.7158.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=44.57%
G=25.81%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528810100.420.340.40347.8126.6747.06
Hex98586502A222815c1b2f
Octal23013014505242505343357
Binary1001100010110001100101010101010001010100010101110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985865; }

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

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

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

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

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

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

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

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