#995865

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

Shades of Vin Rouge #995865

Tints of Vin Rouge #995865

Color information

#995865 (or 0x995865) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 65. RGB value is (153,88,101). Sum of RGB (Red+Green+Blue) = 153+88+101=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #995865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995865 is #66A79A. Grayscale: #6C6C6C. Windows color (decimal): -6727579 or 6641817. OLE color: 6641817.

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

Color convert

RGB15388101-
CMYK00.420.340.4
HSL348º26.97%47.25%-
HSV(B)348º42.48%60%-
XYZ18.9814.6914.15-
YUV108.92123.53159.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=44.74%
G=25.73%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538810100.420.340.434826.9747.25
Hex99586502A222815c1b2f
Octal23113014505242505343357
Binary1001100110110001100101010101010001010100010101110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995865; }

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

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

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

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

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

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

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

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