Html Css Color HEX #471241 Mardi Gras

📋 copy color: '#471241'

red 71 ◦ green 18 ◦ blue 65

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

Shades of Mardi Gras #471241

Tints of Mardi Gras #471241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 46.1%
G = 11.69%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471241 (or 0x471241) is known color: Mardi Gras. HEX triplet: 47, 12 and 41. RGB value is (71,18,65). Sum of RGB (Red+Green+Blue) = 71+18+65=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471241 is #B8EDBE. Grayscale: #272727. Windows color (decimal): -12119487 or 4264519. OLE color: 4264519.

HSL color Cylindrical-coordinate representation of color #471241: hue angle of 306.79º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471241 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 65 -
CMYK 0 0.75 0.08 0.72
HSL 306.79º 0.6% 0.17% -
HSV(B) 306.79º 0.75% 0.28% -
XYZ 3.77 2.15 5.22 -
YUV 39.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 71 18 65 0 0.75 0.08 0.72 306.79 0.6 0.17
Hex 47 12 41 0 4B 8 48 133 3C 11
Octal 107 22 101 0 113 10 110 463 74 21
Binary 1000111 10010 1000001 0 1001011 1000 1001000 100110011 111100 10001

Color Harmonies of #471241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471241

Black with #471241

Text Example


Text Example

White with #471241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471241; }

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

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

background-color css

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

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

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

border-color css

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

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

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