#470C3E

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

Shades of Mardi Gras #470C3E

Tints of Mardi Gras #470C3E

Color information

#470C3E (or 0x470C3E) is unknown color: approx Mardi Gras. HEX triplet: 47, 0C and 3E. RGB value is (71,12,62). Sum of RGB (Red+Green+Blue) = 71+12+62=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #470C3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C3E is #B8F3C1. Grayscale: #232323. Windows color (decimal): -12121026 or 4066375. OLE color: 4066375.

HSL color Cylindrical-coordinate representation of color #470C3E: hue angle of 309.15º 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 #470C3E is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB711262-
CMYK00.830.130.72
HSL309.15º71.08%16.27%-
HSV(B)309.15º83.1%27.84%-
XYZ3.61.954.74-
YUV35.34143.05153.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 62 (24.61% from 255) = 42.76%
R=48.97%
G=8.28%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71126200.830.130.72309.1571.0816.27
Hex47C3E053D481354710
Octal107147601231511046510720
Binary100011111001111100101001111011001000100110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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