Html Css Color HEX #471541 Mardi Gras

📋 copy color: '#471541'

red 71 ◦ green 21 ◦ blue 65

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

Shades of Mardi Gras #471541

Tints of Mardi Gras #471541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 45.22%
G = 13.38%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471541 (or 0x471541) is known color: Mardi Gras. HEX triplet: 47, 15 and 41. RGB value is (71,21,65). Sum of RGB (Red+Green+Blue) = 71+21+65=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471541 is #B8EABE. Grayscale: #282828. Windows color (decimal): -12118719 or 4265287. OLE color: 4265287.

HSL color Cylindrical-coordinate representation of color #471541: hue angle of 307.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471541 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 65 -
CMYK 0 0.70 0.08 0.72
HSL 307.2º 0.54% 0.18% -
HSV(B) 307.2º 0.7% 0.28% -
XYZ 3.82 2.26 5.24 -
YUV 40.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 71 21 65 0 0.70 0.08 0.72 307.2 0.54 0.18
Hex 47 15 41 0 46 8 48 133 36 12
Octal 107 25 101 0 106 10 110 463 66 22
Binary 1000111 10101 1000001 0 1000110 1000 1001000 100110011 110110 10010

Color Harmonies of #471541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471541

Black with #471541

Text Example


Text Example

White with #471541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471541; }

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

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

background-color css

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

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

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

border-color css

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

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

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