Html Css Color HEX #471742 Mardi Gras

📋 copy color: '#471742'

red 71 ◦ green 23 ◦ blue 66

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

Shades of Mardi Gras #471742

Tints of Mardi Gras #471742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 44.38%
G = 14.38%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471742 (or 0x471742) is known color: Mardi Gras. HEX triplet: 47, 17 and 42. RGB value is (71,23,66). Sum of RGB (Red+Green+Blue) = 71+23+66=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471742 is #B8E8BD. Grayscale: #2A2A2A. Windows color (decimal): -12118206 or 4331335. OLE color: 4331335.

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

Color convert

RGB 71 23 66 -
CMYK 0 0.68 0.07 0.72
HSL 306.25º 0.51% 0.18% -
HSV(B) 306.25º 0.68% 0.28% -
XYZ 3.89 2.35 5.4 -
YUV 42.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 71 23 66 0 0.68 0.07 0.72 306.25 0.51 0.18
Hex 47 17 42 0 44 7 48 132 33 12
Octal 107 27 102 0 104 7 110 462 63 22
Binary 1000111 10111 1000010 0 1000100 111 1001000 100110010 110011 10010

Color Harmonies of #471742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471742

Black with #471742

Text Example


Text Example

White with #471742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471742; }

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

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

background-color css

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

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

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

border-color css

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

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

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