#9C575B

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

Shades of Vin Rouge #9C575B

Tints of Vin Rouge #9C575B

Color information

#9C575B (or 0x9C575B) is unknown color: approx Vin Rouge. HEX triplet: 9C, 57 and 5B. RGB value is (156,87,91). Sum of RGB (Red+Green+Blue) = 156+87+91=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C575B is #63A8A4. Grayscale: #6C6C6C. Windows color (decimal): -6531237 or 5986204. OLE color: 5986204.

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

Color convert

RGB1568791-
CMYK00.440.420.39
HSL356.52º28.4%47.65%-
HSV(B)356.52º44.23%61.18%-
XYZ19.0114.6411.72-
YUV108.09118.36162.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=46.71%
G=26.05%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156879100.440.420.39356.5228.447.65
Hex9C575B02C2A271651c30
Octal23412713305452475453460
Binary1001110010101111011011010110010101010011110110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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