Html Css Color HEX #471A42 Mardi Gras

📋 copy color: '#471A42'

red 71 ◦ green 26 ◦ blue 66

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

Shades of Mardi Gras #471A42

Tints of Mardi Gras #471A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

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

R = 43.56%
G = 15.95%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471A42 (or 0x471A42) is known color: Mardi Gras. HEX triplet: 47, 1A and 42. RGB value is (71,26,66). Sum of RGB (Red+Green+Blue) = 71+26+66=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A42 is #B8E5BD. Grayscale: #2B2B2B. Windows color (decimal): -12117438 or 4332103. OLE color: 4332103.

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

Color convert

RGB 71 26 66 -
CMYK 0 0.63 0.07 0.72
HSL 306.67º 0.46% 0.19% -
HSV(B) 306.67º 0.63% 0.28% -
XYZ 3.95 2.47 5.42 -
YUV 44.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 71 26 66 0 0.63 0.07 0.72 306.67 0.46 0.19
Hex 47 1A 42 0 3F 7 48 133 2E 13
Octal 107 32 102 0 77 7 110 463 56 23
Binary 1000111 11010 1000010 0 111111 111 1001000 100110011 101110 10011

Color Harmonies of #471A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A42

Black with #471A42

Text Example


Text Example

White with #471A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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