Html Css Color HEX #471042 Mardi Gras

📋 copy color: '#471042'

red 71 ◦ green 16 ◦ blue 66

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

Shades of Mardi Gras #471042

Tints of Mardi Gras #471042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

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

R = 46.41%
G = 10.46%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471042 (or 0x471042) is known color: Mardi Gras. HEX triplet: 47, 10 and 42. RGB value is (71,16,66). Sum of RGB (Red+Green+Blue) = 71+16+66=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471042 is #B8EFBD. Grayscale: #262626. Windows color (decimal): -12119998 or 4329543. OLE color: 4329543.

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

Color convert

RGB 71 16 66 -
CMYK 0 0.77 0.07 0.72
HSL 305.45º 0.63% 0.17% -
HSV(B) 305.45º 0.77% 0.28% -
XYZ 3.77 2.1 5.36 -
YUV 38.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 71 16 66 0 0.77 0.07 0.72 305.45 0.63 0.17
Hex 47 10 42 0 4D 7 48 131 3F 11
Octal 107 20 102 0 115 7 110 461 77 21
Binary 1000111 10000 1000010 0 1001101 111 1001000 100110001 111111 10001

Color Harmonies of #471042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471042

Black with #471042

Text Example


Text Example

White with #471042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471042; }

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

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

background-color css

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

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

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

border-color css

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

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

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