#9C5962

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

Shades of Vin Rouge #9C5962

Tints of Vin Rouge #9C5962

Color information

#9C5962 (or 0x9C5962) is unknown color: approx Vin Rouge. HEX triplet: 9C, 59 and 62. RGB value is (156,89,98). Sum of RGB (Red+Green+Blue) = 156+89+98=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5962 is #63A69D. Grayscale: #6E6E6E. Windows color (decimal): -6530718 or 6445468. OLE color: 6445468.

HSL color Cylindrical-coordinate representation of color #9C5962: hue angle of 351.94º 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 #9C5962 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1568998-
CMYK00.430.370.39
HSL351.94º27.35%48.04%-
HSV(B)351.94º42.95%61.18%-
XYZ19.4915.0913.44-
YUV110.06121.2160.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=45.48%
G=25.95%
B=28.57%

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
Decimal156899800.430.370.39351.9427.3548.04
Hex9C596202B25271601b30
Octal23413114205345475403360
Binary1001110010110011100010010101110010110011110110000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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