Html Css Color HEX #471443 Mardi Gras

📋 copy color: '#471443'

red 71 ◦ green 20 ◦ blue 67

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

Shades of Mardi Gras #471443

Tints of Mardi Gras #471443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.41%

R = 44.94%
G = 12.66%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#471443 (or 0x471443) is known color: Mardi Gras. HEX triplet: 47, 14 and 43. RGB value is (71,20,67). Sum of RGB (Red+Green+Blue) = 71+20+67=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471443 is #B8EBBC. Grayscale: #282828. Windows color (decimal): -12118973 or 4396103. OLE color: 4396103.

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

Color convert

RGB 71 20 67 -
CMYK 0 0.72 0.06 0.72
HSL 304.71º 0.56% 0.18% -
HSV(B) 304.71º 0.72% 0.28% -
XYZ 3.86 2.25 5.54 -
YUV 40.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 71 20 67 0 0.72 0.06 0.72 304.71 0.56 0.18
Hex 47 14 43 0 48 6 48 131 38 12
Octal 107 24 103 0 110 6 110 461 70 22
Binary 1000111 10100 1000011 0 1001000 110 1001000 100110001 111000 10010

Color Harmonies of #471443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471443

Black with #471443

Text Example


Text Example

White with #471443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471443; }

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

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

background-color css

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

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

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

border-color css

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

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

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