Html Css Color HEX #471242 Mardi Gras

📋 copy color: '#471242'

red 71 ◦ green 18 ◦ blue 66

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

Shades of Mardi Gras #471242

Tints of Mardi Gras #471242

RGB

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

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

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

R = 45.81%
G = 11.61%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471242 (or 0x471242) is known color: Mardi Gras. HEX triplet: 47, 12 and 42. RGB value is (71,18,66). Sum of RGB (Red+Green+Blue) = 71+18+66=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471242 is #B8EDBD. Grayscale: #272727. Windows color (decimal): -12119486 or 4330055. OLE color: 4330055.

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

Color convert

RGB 71 18 66 -
CMYK 0 0.75 0.07 0.72
HSL 305.66º 0.6% 0.17% -
HSV(B) 305.66º 0.75% 0.28% -
XYZ 3.8 2.17 5.37 -
YUV 39.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 71 18 66 0 0.75 0.07 0.72 305.66 0.6 0.17
Hex 47 12 42 0 4B 7 48 132 3C 11
Octal 107 22 102 0 113 7 110 462 74 21
Binary 1000111 10010 1000010 0 1001011 111 1001000 100110010 111100 10001

Color Harmonies of #471242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471242

Black with #471242

Text Example


Text Example

White with #471242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471242; }

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

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

background-color css

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

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

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

border-color css

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

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

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