Html Css Color HEX #471A44 Mardi Gras

📋 copy color: '#471A44'

red 71 ◦ green 26 ◦ blue 68

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

Shades of Mardi Gras #471A44

Tints of Mardi Gras #471A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 41.21%

R = 43.03%
G = 15.76%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#471A44 (or 0x471A44) is known color: Mardi Gras. HEX triplet: 47, 1A and 44. RGB value is (71,26,68). Sum of RGB (Red+Green+Blue) = 71+26+68=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A44 is #B8E5BB. Grayscale: #2C2C2C. Windows color (decimal): -12117436 or 4463175. OLE color: 4463175.

HSL color Cylindrical-coordinate representation of color #471A44: hue angle of 304º 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 #471A44 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 68 -
CMYK 0 0.63 0.04 0.72
HSL 304º 0.46% 0.19% -
HSV(B) 304º 0.63% 0.28% -
XYZ 4.01 2.5 5.74 -
YUV 44.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 71 26 68 0 0.63 0.04 0.72 304 0.46 0.19
Hex 47 1A 44 0 3F 4 48 130 2E 13
Octal 107 32 104 0 77 4 110 460 56 23
Binary 1000111 11010 1000100 0 111111 100 1001000 100110000 101110 10011

Color Harmonies of #471A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A44

Black with #471A44

Text Example


Text Example

White with #471A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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