Html Css Color HEX #471941 Mardi Gras

📋 copy color: '#471941'

red 71 ◦ green 25 ◦ blue 65

#471941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #471941

Tints of Mardi Gras #471941

RGB

 RED value IS 71 (28.13% from 255) = 44.1%

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 44.1%
G = 15.53%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471941 (or 0x471941) is known color: Mardi Gras. HEX triplet: 47, 19 and 41. RGB value is (71,25,65). Sum of RGB (Red+Green+Blue) = 71+25+65=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471941 is #B8E6BE. Grayscale: #2B2B2B. Windows color (decimal): -12117695 or 4266311. OLE color: 4266311.

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

Color convert

RGB 71 25 65 -
CMYK 0 0.65 0.08 0.72
HSL 307.83º 0.48% 0.19% -
HSV(B) 307.83º 0.65% 0.28% -
XYZ 3.9 2.42 5.26 -
YUV 43.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 71 25 65 0 0.65 0.08 0.72 307.83 0.48 0.19
Hex 47 19 41 0 41 8 48 134 30 13
Octal 107 31 101 0 101 10 110 464 60 23
Binary 1000111 11001 1000001 0 1000001 1000 1001000 100110100 110000 10011

Color Harmonies of #471941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471941

Black with #471941

Text Example


Text Example

White with #471941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471941; }

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

 H1.HeaderClassName
 {
   color: #471941;
 }
 .AnyTagClassName
 {
   color: #471941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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