#9C5560

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

Shades of Vin Rouge #9C5560

Tints of Vin Rouge #9C5560

Color information

#9C5560 (or 0x9C5560) is unknown color: approx Vin Rouge. HEX triplet: 9C, 55 and 60. RGB value is (156,85,96). Sum of RGB (Red+Green+Blue) = 156+85+96=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5560 is #63AA9F. Grayscale: #6B6B6B. Windows color (decimal): -6531744 or 6313372. OLE color: 6313372.

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

Color convert

RGB1568596-
CMYK00.460.380.39
HSL350.7º29.46%47.25%-
HSV(B)350.7º45.51%61.18%-
XYZ19.0714.4112.84-
YUV107.48121.52162.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=46.29%
G=25.22%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156859600.460.380.39350.729.4647.25
Hex9C556002E262715f1d2f
Octal23412514005646475373557
Binary1001110010101011100000010111010011010011110101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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