#9C4F70

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

Shades of Vin Rouge #9C4F70

Tints of Vin Rouge #9C4F70

Color information

#9C4F70 (or 0x9C4F70) is unknown color: approx Vin Rouge. HEX triplet: 9C, 4F and 70. RGB value is (156,79,112). Sum of RGB (Red+Green+Blue) = 156+79+112=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F70 is #63B08F. Grayscale: #696969. Windows color (decimal): -6533264 or 7360412. OLE color: 7360412.

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

Color convert

RGB15679112-
CMYK00.490.280.39
HSL334.29º32.77%46.08%-
HSV(B)334.29º49.36%61.18%-
XYZ19.4313.8316.97-
YUV105.78131.51163.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=44.96%
G=22.77%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567911200.490.280.39334.2932.7746.08
Hex9C4F700311C2714e212e
Octal23411716006134475164156
Binary1001110010011111110000011000111100100111101001110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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