#9C5759

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

Shades of Vin Rouge #9C5759

Tints of Vin Rouge #9C5759

Color information

#9C5759 (or 0x9C5759) is unknown color: approx Vin Rouge. HEX triplet: 9C, 57 and 59. RGB value is (156,87,89). Sum of RGB (Red+Green+Blue) = 156+87+89=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5759 is #63A8A6. Grayscale: #6B6B6B. Windows color (decimal): -6531239 or 5855132. OLE color: 5855132.

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

Color convert

RGB1568789-
CMYK00.440.430.39
HSL358.26º28.4%47.65%-
HSV(B)358.26º44.23%61.18%-
XYZ18.9214.6111.27-
YUV107.86117.36162.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=46.99%
G=26.20%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156878900.440.430.39358.2628.447.65
Hex9C575902C2B271661c30
Octal23412713105453475463460
Binary1001110010101111011001010110010101110011110110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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