#9C575C

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

Shades of Vin Rouge #9C575C

Tints of Vin Rouge #9C575C

Color information

#9C575C (or 0x9C575C) is unknown color: approx Vin Rouge. HEX triplet: 9C, 57 and 5C. RGB value is (156,87,92). Sum of RGB (Red+Green+Blue) = 156+87+92=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C575C is #63A8A3. Grayscale: #6C6C6C. Windows color (decimal): -6531236 or 6051740. OLE color: 6051740.

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

Color convert

RGB1568792-
CMYK00.440.410.39
HSL355.65º28.4%47.65%-
HSV(B)355.65º44.23%61.18%-
XYZ19.0514.6611.95-
YUV108.2118.86162.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=46.57%
G=25.97%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156879200.440.410.39355.6528.447.65
Hex9C575C02C29271641c30
Octal23412713405451475443460
Binary1001110010101111011100010110010100110011110110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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