#9C5963

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

Shades of Vin Rouge #9C5963

Tints of Vin Rouge #9C5963

Color information

#9C5963 (or 0x9C5963) is unknown color: approx Vin Rouge. HEX triplet: 9C, 59 and 63. RGB value is (156,89,99). Sum of RGB (Red+Green+Blue) = 156+89+99=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5963 is #63A69C. Grayscale: #6E6E6E. Windows color (decimal): -6530717 or 6511004. OLE color: 6511004.

HSL color Cylindrical-coordinate representation of color #9C5963: hue angle of 351.04º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C5963 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1568999-
CMYK00.430.370.39
HSL351.04º27.35%48.04%-
HSV(B)351.04º42.95%61.18%-
XYZ19.5315.1113.69-
YUV110.17121.7160.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=45.35%
G=25.87%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156899900.430.370.39351.0427.3548.04
Hex9C596302B252715f1b30
Octal23413114305345475373360
Binary1001110010110011100011010101110010110011110101111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5963; }

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

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

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

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

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

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

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

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