#985864

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

Shades of Vin Rouge #985864

Tints of Vin Rouge #985864

Color information

#985864 (or 0x985864) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 64. RGB value is (152,88,100). Sum of RGB (Red+Green+Blue) = 152+88+100=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985864 is #67A79B. Grayscale: #6C6C6C. Windows color (decimal): -6793116 or 6576280. OLE color: 6576280.

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

Color convert

RGB15288100-
CMYK00.420.340.40
HSL348.75º26.67%47.06%-
HSV(B)348.75º42.11%59.61%-
XYZ18.7414.5713.88-
YUV108.5123.2159.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=44.71%
G=25.88%
B=29.41%

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
Decimal1528810000.420.340.40348.7526.6747.06
Hex98586402A222815d1b2f
Octal23013014405242505353357
Binary1001100010110001100100010101010001010100010101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985864; }

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

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

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

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

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

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

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

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