#995863

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

Shades of Vin Rouge #995863

Tints of Vin Rouge #995863

Color information

#995863 (or 0x995863) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 63. RGB value is (153,88,99). Sum of RGB (Red+Green+Blue) = 153+88+99=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #995863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995863 is #66A79C. Grayscale: #6C6C6C. Windows color (decimal): -6727581 or 6510745. OLE color: 6510745.

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

Color convert

RGB1538899-
CMYK00.420.350.4
HSL349.85º26.97%47.25%-
HSV(B)349.85º42.48%60%-
XYZ18.8814.6513.64-
YUV108.69122.53159.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=45%
G=25.88%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153889900.420.350.4349.8526.9747.25
Hex99586302A232815e1b2f
Octal23113014305243505363357
Binary1001100110110001100011010101010001110100010101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995863; }

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

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

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

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

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

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

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

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