#470C3F

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

Shades of Mardi Gras #470C3F

Tints of Mardi Gras #470C3F

Color information

#470C3F (or 0x470C3F) is unknown color: approx Mardi Gras. HEX triplet: 47, 0C and 3F. RGB value is (71,12,63). Sum of RGB (Red+Green+Blue) = 71+12+63=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #470C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C3F is #B8F3C0. Grayscale: #232323. Windows color (decimal): -12121025 or 4131911. OLE color: 4131911.

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

Color convert

RGB711263-
CMYK00.830.110.72
HSL308.14º71.08%16.27%-
HSV(B)308.14º83.1%27.84%-
XYZ3.631.964.89-
YUV35.46143.55153.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 12 (5.08% from 255) = 8.22%
BLUE value IS 63 (25% from 255) = 43.15%
R=48.63%
G=8.22%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71126300.830.110.72308.1471.0816.27
Hex47C3F053B481344710
Octal107147701231311046410720
Binary100011111001111110101001110111001000100110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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