Html Css Color HEX #471440 Mardi Gras

📋 copy color: '#471440'

red 71 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #471440

Tints of Mardi Gras #471440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 45.81%
G = 12.9%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#471440 (or 0x471440) is known color: Mardi Gras. HEX triplet: 47, 14 and 40. RGB value is (71,20,64). Sum of RGB (Red+Green+Blue) = 71+20+64=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471440 is #B8EBBF. Grayscale: #282828. Windows color (decimal): -12118976 or 4199495. OLE color: 4199495.

HSL color Cylindrical-coordinate representation of color #471440: hue angle of 308.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471440 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 64 -
CMYK 0 0.72 0.10 0.72
HSL 308.24º 0.56% 0.18% -
HSV(B) 308.24º 0.72% 0.28% -
XYZ 3.77 2.21 5.08 -
YUV 40.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 71 20 64 0 0.72 0.10 0.72 308.24 0.56 0.18
Hex 47 14 40 0 48 A 48 134 38 12
Octal 107 24 100 0 110 12 110 464 70 22
Binary 1000111 10100 1000000 0 1001000 1010 1001000 100110100 111000 10010

Color Harmonies of #471440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471440

Black with #471440

Text Example


Text Example

White with #471440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471440; }

 p { color: rgb(71,20,64); }

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

background-color css

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

 a { background-color: rgb(71,20,64); }

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

border-color css

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

 span { border-color: rgb(71,20,64); }

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