#471945

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

Shades of Mardi Gras #471945

Tints of Mardi Gras #471945

Color information

#471945 (or 0x471945) is unknown color: approx Mardi Gras. HEX triplet: 47, 19 and 45. RGB value is (71,25,69). Sum of RGB (Red+Green+Blue) = 71+25+69=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471945 is #B8E6BA. Grayscale: #2B2B2B. Windows color (decimal): -12117691 or 4528455. OLE color: 4528455.

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

Color convert

RGB712569-
CMYK00.650.030.72
HSL302.61º47.92%18.82%-
HSV(B)302.61º64.79%27.84%-
XYZ4.022.465.89-
YUV43.77142.24147.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=43.03%
G=15.15%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71256900.650.030.72302.6147.9218.82
Hex47194504134812f3013
Octal10731105010131104576023
Binary10001111100110001010100000111100100010010111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471945; }

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

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

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

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

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

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

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

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