#995862

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

Shades of Vin Rouge #995862

Tints of Vin Rouge #995862

Color information

#995862 (or 0x995862) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 62. RGB value is (153,88,98). Sum of RGB (Red+Green+Blue) = 153+88+98=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995862 is #66A79D. Grayscale: #6C6C6C. Windows color (decimal): -6727582 or 6445209. OLE color: 6445209.

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

Color convert

RGB1538898-
CMYK00.420.360.4
HSL350.77º26.97%47.25%-
HSV(B)350.77º42.48%60%-
XYZ18.8314.6313.39-
YUV108.57122.03159.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=45.13%
G=25.96%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153889800.420.360.4350.7726.9747.25
Hex99586202A242815f1b2f
Octal23113014205244505373357
Binary1001100110110001100010010101010010010100010101111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995862; }

 p { color: rgb(153,88,98); }

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

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

 a { background-color: rgb(153,88,98); }

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

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

 span { border-color: rgb(153,88,98); }

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