#995560

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

Shades of Vin Rouge #995560

Tints of Vin Rouge #995560

Color information

#995560 (or 0x995560) is unknown color: approx Vin Rouge. HEX triplet: 99, 55 and 60. RGB value is (153,85,96). Sum of RGB (Red+Green+Blue) = 153+85+96=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995560 is #66AA9F. Grayscale: #6A6A6A. Windows color (decimal): -6728352 or 6313369. OLE color: 6313369.

HSL color Cylindrical-coordinate representation of color #995560: hue angle of 350.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995560 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1538596-
CMYK00.440.370.4
HSL350.29º28.57%46.67%-
HSV(B)350.29º44.44%60%-
XYZ18.514.1112.82-
YUV106.59122.03161.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=45.81%
G=25.45%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153859600.440.370.4350.2928.5746.67
Hex99556002C252815e1d2f
Octal23112514005445505363557
Binary1001100110101011100000010110010010110100010101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995560; }

 p { color: rgb(153,85,96); }

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

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

 a { background-color: rgb(153,85,96); }

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

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

 span { border-color: rgb(153,85,96); }

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