#9C5370

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

Shades of Vin Rouge #9C5370

Tints of Vin Rouge #9C5370

Color information

#9C5370 (or 0x9C5370) is unknown color: approx Vin Rouge. HEX triplet: 9C, 53 and 70. RGB value is (156,83,112). Sum of RGB (Red+Green+Blue) = 156+83+112=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5370 is #63AC8F. Grayscale: #6C6C6C. Windows color (decimal): -6532240 or 7361436. OLE color: 7361436.

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

Color convert

RGB15683112-
CMYK00.470.280.39
HSL336.16º30.54%46.86%-
HSV(B)336.16º46.79%61.18%-
XYZ19.7314.4217.07-
YUV108.13130.18162.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=44.44%
G=23.65%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568311200.470.280.39336.1630.5446.86
Hex9C537002F1C271501f2f
Octal23412316005734475203757
Binary100111001010011111000001011111110010011110101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,112); }

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

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

 a { background-color: rgb(156,83,112); }

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

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

 span { border-color: rgb(156,83,112); }

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