#470C43

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

Shades of Mardi Gras #470C43

Tints of Mardi Gras #470C43

Color information

#470C43 (or 0x470C43) is unknown color: approx Mardi Gras. HEX triplet: 47, 0C and 43. RGB value is (71,12,67). Sum of RGB (Red+Green+Blue) = 71+12+67=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #470C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C43 is #B8F3BC. Grayscale: #232323. Windows color (decimal): -12121021 or 4394055. OLE color: 4394055.

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

Color convert

RGB711267-
CMYK00.830.060.72
HSL304.07º71.08%16.27%-
HSV(B)304.07º83.1%27.84%-
XYZ3.742.015.5-
YUV35.91145.55153.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 67 (26.56% from 255) = 44.67%
R=47.33%
G=8%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71126700.830.060.72304.0771.0816.27
Hex47C430536481304710
Octal107141030123611046010720
Binary100011111001000011010100111101001000100110000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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