#9C576D

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

Shades of Vin Rouge #9C576D

Tints of Vin Rouge #9C576D

Color information

#9C576D (or 0x9C576D) is unknown color: approx Vin Rouge. HEX triplet: 9C, 57 and 6D. RGB value is (156,87,109). Sum of RGB (Red+Green+Blue) = 156+87+109=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C576D is #63A892. Grayscale: #6E6E6E. Windows color (decimal): -6531219 or 7165852. OLE color: 7165852.

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

Color convert

RGB15687109-
CMYK00.440.300.39
HSL340.87º28.4%47.65%-
HSV(B)340.87º44.23%61.18%-
XYZ19.8814.9916.31-
YUV110.14127.36160.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=44.32%
G=24.72%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568710900.440.300.39340.8728.447.65
Hex9C576D02C1E271551c30
Octal23412715505436475253460
Binary100111001010111110110101011001111010011110101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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