#9C5961

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

Shades of Vin Rouge #9C5961

Tints of Vin Rouge #9C5961

Color information

#9C5961 (or 0x9C5961) is unknown color: approx Vin Rouge. HEX triplet: 9C, 59 and 61. RGB value is (156,89,97). Sum of RGB (Red+Green+Blue) = 156+89+97=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5961 is #63A69E. Grayscale: #6D6D6D. Windows color (decimal): -6530719 or 6379932. OLE color: 6379932.

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

Color convert

RGB1568997-
CMYK00.430.380.39
HSL352.84º27.35%48.04%-
HSV(B)352.84º42.95%61.18%-
XYZ19.4415.0813.19-
YUV109.94120.7160.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=45.61%
G=26.02%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156899700.430.380.39352.8427.3548.04
Hex9C596102B26271611b30
Octal23413114105346475413360
Binary1001110010110011100001010101110011010011110110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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