#470C41

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

Shades of Mardi Gras #470C41

Tints of Mardi Gras #470C41

Color information

#470C41 (or 0x470C41) is unknown color: approx Mardi Gras. HEX triplet: 47, 0C and 41. RGB value is (71,12,65). Sum of RGB (Red+Green+Blue) = 71+12+65=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #470C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C41 is #B8F3BE. Grayscale: #232323. Windows color (decimal): -12121023 or 4262983. OLE color: 4262983.

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

Color convert

RGB711265-
CMYK00.830.080.72
HSL306.1º71.08%16.27%-
HSV(B)306.1º83.1%27.84%-
XYZ3.681.985.19-
YUV35.68144.55153.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 12 (5.08% from 255) = 8.11%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=47.97%
G=8.11%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71126500.830.080.72306.171.0816.27
Hex47C410538481324710
Octal1071410101231011046210720
Binary1000111110010000010101001110001001000100110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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