#995963

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

Shades of Vin Rouge #995963

Tints of Vin Rouge #995963

Color information

#995963 (or 0x995963) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 63. RGB value is (153,89,99). Sum of RGB (Red+Green+Blue) = 153+89+99=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #995963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995963 is #66A69C. Grayscale: #6D6D6D. Windows color (decimal): -6727325 or 6511001. OLE color: 6511001.

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

Color convert

RGB1538999-
CMYK00.420.350.4
HSL350.62º26.45%47.45%-
HSV(B)350.62º41.83%60%-
XYZ18.9614.8213.67-
YUV109.28122.2159.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=44.87%
G=26.10%
B=29.03%

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
Decimal153899900.420.350.4350.6226.4547.45
Hex99596302A232815f1a2f
Octal23113114305243505373257
Binary1001100110110011100011010101010001110100010101111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995963; }

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

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

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

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

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

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

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

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