#470D45

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

Shades of Mardi Gras #470D45

Tints of Mardi Gras #470D45

Color information

#470D45 (or 0x470D45) is unknown color: approx Mardi Gras. HEX triplet: 47, 0D and 45. RGB value is (71,13,69). Sum of RGB (Red+Green+Blue) = 71+13+69=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #470D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D45 is #B8F2BA. Grayscale: #242424. Windows color (decimal): -12120763 or 4525383. OLE color: 4525383.

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

Color convert

RGB711369-
CMYK00.820.030.72
HSL302.07º69.05%16.47%-
HSV(B)302.07º81.69%27.84%-
XYZ3.822.065.83-
YUV36.73146.22152.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 69 (27.34% from 255) = 45.10%
R=46.41%
G=8.50%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71136900.820.030.72302.0769.0516.47
Hex47D4505234812e4510
Octal107151050122311045610520
Binary10001111101100010101010010111001000100101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,13,69); }

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

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

 a { background-color: rgb(71,13,69); }

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

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

 span { border-color: rgb(71,13,69); }

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