Html Css Color HEX #471448 Mardi Gras

📋 copy color: '#471448'

red 71 ◦ green 20 ◦ blue 72

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

Shades of Mardi Gras #471448

Tints of Mardi Gras #471448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 43.56%
G = 12.27%
B = 44.17%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#471448 (or 0x471448) is known color: Mardi Gras. HEX triplet: 47, 14 and 48. RGB value is (71,20,72). Sum of RGB (Red+Green+Blue) = 71+20+72=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #471448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471448 is #B8EBB7. Grayscale: #292929. Windows color (decimal): -12118968 or 4723783. OLE color: 4723783.

HSL color Cylindrical-coordinate representation of color #471448: hue angle of 298.85º degrees, saturation: 0.57, 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 #471448 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 72 -
CMYK 0.01 0.72 0 0.72
HSL 298.85º 0.57% 0.18% -
HSV(B) 298.85º 0.72% 0.28% -
XYZ 4.02 2.31 6.36 -
YUV 41.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 71 20 72 0.01 0.72 0 0.72 298.85 0.57 0.18
Hex 47 14 48 1 48 0 48 12B 39 12
Octal 107 24 110 1 110 0 110 453 71 22
Binary 1000111 10100 1001000 1 1001000 0 1001000 100101011 111001 10010

Color Harmonies of #471448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471448

Black with #471448

Text Example


Text Example

White with #471448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471448; }

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

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

background-color css

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

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

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

border-color css

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

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

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