#471745

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

Shades of Mardi Gras #471745

Tints of Mardi Gras #471745

Color information

#471745 (or 0x471745) is unknown color: approx Mardi Gras. HEX triplet: 47, 17 and 45. RGB value is (71,23,69). Sum of RGB (Red+Green+Blue) = 71+23+69=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471745 is #B8E8BA. Grayscale: #2A2A2A. Windows color (decimal): -12118203 or 4527943. OLE color: 4527943.

HSL color Cylindrical-coordinate representation of color #471745: hue angle of 302.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471745 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB712369-
CMYK00.680.030.72
HSL302.5º51.06%18.43%-
HSV(B)302.5º67.61%27.84%-
XYZ3.982.385.88-
YUV42.6142.9148.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=43.56%
G=14.11%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71236900.680.030.72302.551.0618.43
Hex47174504434812e3312
Octal10727105010431104566322
Binary10001111011110001010100010011100100010010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471745; }

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

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

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

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

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

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

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

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