#470C42

Color #470C42 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #470C42

Tints of Mardi Gras #470C42

Color information

#470C42 (or 0x470C42) is unknown color: approx Mardi Gras. HEX triplet: 47, 0C and 42. RGB value is (71,12,66). Sum of RGB (Red+Green+Blue) = 71+12+66=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #470C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C42 is #B8F3BD. Grayscale: #232323. Windows color (decimal): -12121022 or 4328519. OLE color: 4328519.

HSL color Cylindrical-coordinate representation of color #470C42: hue angle of 305.08º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C42 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB711266-
CMYK00.830.070.72
HSL305.08º71.08%16.27%-
HSV(B)305.08º83.1%27.84%-
XYZ3.7125.34-
YUV35.8145.05153.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=47.65%
G=8.05%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71126600.830.070.72305.0871.0816.27
Hex47C420537481314710
Octal107141020123711046110720
Binary100011111001000010010100111111001000100110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470C42; }

 p { color: rgb(71,12,66); }

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

<style>
 a { background-color: #470C42; }

 a { background-color: rgb(71,12,66); }

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

<style>
 span { border-color: #470C42; }

 span { border-color: rgb(71,12,66); }

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