Html Css Color HEX #471342 Mardi Gras

📋 copy color: '#471342'

red 71 ◦ green 19 ◦ blue 66

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

Shades of Mardi Gras #471342

Tints of Mardi Gras #471342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

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

R = 45.51%
G = 12.18%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471342 (or 0x471342) is known color: Mardi Gras. HEX triplet: 47, 13 and 42. RGB value is (71,19,66). Sum of RGB (Red+Green+Blue) = 71+19+66=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471342 is #B8ECBD. Grayscale: #272727. Windows color (decimal): -12119230 or 4330311. OLE color: 4330311.

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

Color convert

RGB 71 19 66 -
CMYK 0 0.73 0.07 0.72
HSL 305.77º 0.58% 0.18% -
HSV(B) 305.77º 0.73% 0.28% -
XYZ 3.81 2.2 5.38 -
YUV 39.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 71 19 66 0 0.73 0.07 0.72 305.77 0.58 0.18
Hex 47 13 42 0 49 7 48 132 3A 12
Octal 107 23 102 0 111 7 110 462 72 22
Binary 1000111 10011 1000010 0 1001001 111 1001000 100110010 111010 10010

Color Harmonies of #471342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471342

Black with #471342

Text Example


Text Example

White with #471342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471342; }

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

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

background-color css

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

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

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

border-color css

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

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

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