#9C5A61

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

Shades of Vin Rouge #9C5A61

Tints of Vin Rouge #9C5A61

Color information

#9C5A61 (or 0x9C5A61) is unknown color: approx Vin Rouge. HEX triplet: 9C, 5A and 61. RGB value is (156,90,97). Sum of RGB (Red+Green+Blue) = 156+90+97=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A61 is #63A59E. Grayscale: #6E6E6E. Windows color (decimal): -6530463 or 6380188. OLE color: 6380188.

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

Color convert

RGB1569097-
CMYK00.420.380.39
HSL353.64º26.83%48.24%-
HSV(B)353.64º42.31%61.18%-
XYZ19.5215.2413.22-
YUV110.53120.37160.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=45.48%
G=26.24%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156909700.420.380.39353.6426.8348.24
Hex9C5A6102A26271621b30
Octal23413214105246475423360
Binary1001110010110101100001010101010011010011110110001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,97); }

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

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

 a { background-color: rgb(156,90,97); }

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

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

 span { border-color: rgb(156,90,97); }

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