#995763

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

Shades of Vin Rouge #995763

Tints of Vin Rouge #995763

Color information

#995763 (or 0x995763) is unknown color: approx Vin Rouge. HEX triplet: 99, 57 and 63. RGB value is (153,87,99). Sum of RGB (Red+Green+Blue) = 153+87+99=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995763 is #66A89C. Grayscale: #6C6C6C. Windows color (decimal): -6727837 or 6510489. OLE color: 6510489.

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

Color convert

RGB1538799-
CMYK00.430.350.4
HSL349.09º27.5%47.06%-
HSV(B)349.09º43.14%60%-
XYZ18.814.4913.61-
YUV108.1122.87160.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=45.13%
G=25.66%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153879900.430.350.4349.0927.547.06
Hex99576302B232815d1c2f
Octal23112714305343505353457
Binary1001100110101111100011010101110001110100010101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995763; }

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

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

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

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

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

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

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

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