#995866

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

Shades of Vin Rouge #995866

Tints of Vin Rouge #995866

Color information

#995866 (or 0x995866) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 66. RGB value is (153,88,102). Sum of RGB (Red+Green+Blue) = 153+88+102=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995866 is #66A799. Grayscale: #6D6D6D. Windows color (decimal): -6727578 or 6707353. OLE color: 6707353.

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

Color convert

RGB15388102-
CMYK00.420.330.4
HSL347.08º26.97%47.25%-
HSV(B)347.08º42.48%60%-
XYZ19.0214.7114.41-
YUV109.03124.03159.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=44.61%
G=25.66%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538810200.420.330.4347.0826.9747.25
Hex99586602A212815b1b2f
Octal23113014605241505333357
Binary1001100110110001100110010101010000110100010101101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995866; }

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

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

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

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

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

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

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

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