#9C5260

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

Shades of Vin Rouge #9C5260

Tints of Vin Rouge #9C5260

Color information

#9C5260 (or 0x9C5260) is unknown color: approx Vin Rouge. HEX triplet: 9C, 52 and 60. RGB value is (156,82,96). Sum of RGB (Red+Green+Blue) = 156+82+96=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5260 is #63AD9F. Grayscale: #696969. Windows color (decimal): -6532512 or 6312604. OLE color: 6312604.

HSL color Cylindrical-coordinate representation of color #9C5260: hue angle of 348.65º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5260 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB1568296-
CMYK00.470.380.39
HSL348.65º31.09%46.67%-
HSV(B)348.65º47.44%61.18%-
XYZ18.8413.9512.77-
YUV105.72122.52163.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=46.71%
G=24.55%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156829600.470.380.39348.6531.0946.67
Hex9C526002F262715d1f2f
Octal23412214005746475353757
Binary1001110010100101100000010111110011010011110101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,96); }

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

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

 a { background-color: rgb(156,82,96); }

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

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

 span { border-color: rgb(156,82,96); }

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