Html Css Color HEX #471542 Mardi Gras

📋 copy color: '#471542'

red 71 ◦ green 21 ◦ blue 66

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

Shades of Mardi Gras #471542

Tints of Mardi Gras #471542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 44.94%
G = 13.29%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471542 (or 0x471542) is known color: Mardi Gras. HEX triplet: 47, 15 and 42. RGB value is (71,21,66). Sum of RGB (Red+Green+Blue) = 71+21+66=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471542 is #B8EABD. Grayscale: #282828. Windows color (decimal): -12118718 or 4330823. OLE color: 4330823.

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

Color convert

RGB 71 21 66 -
CMYK 0 0.70 0.07 0.72
HSL 306º 0.54% 0.18% -
HSV(B) 306º 0.7% 0.28% -
XYZ 3.85 2.27 5.39 -
YUV 41.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 71 21 66 0 0.70 0.07 0.72 306 0.54 0.18
Hex 47 15 42 0 46 7 48 132 36 12
Octal 107 25 102 0 106 7 110 462 66 22
Binary 1000111 10101 1000010 0 1000110 111 1001000 100110010 110110 10010

Color Harmonies of #471542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471542

Black with #471542

Text Example


Text Example

White with #471542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471542; }

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

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

background-color css

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

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

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

border-color css

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

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

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