Html Css Color HEX #471740 Mardi Gras

📋 copy color: '#471740'

red 71 ◦ green 23 ◦ blue 64

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

Shades of Mardi Gras #471740

Tints of Mardi Gras #471740

RGB

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

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

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

R = 44.94%
G = 14.56%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#471740 (or 0x471740) is known color: Mardi Gras. HEX triplet: 47, 17 and 40. RGB value is (71,23,64). Sum of RGB (Red+Green+Blue) = 71+23+64=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471740 is #B8E8BF. Grayscale: #292929. Windows color (decimal): -12118208 or 4200263. OLE color: 4200263.

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

Color convert

RGB 71 23 64 -
CMYK 0 0.68 0.10 0.72
HSL 308.75º 0.51% 0.18% -
HSV(B) 308.75º 0.68% 0.28% -
XYZ 3.83 2.32 5.1 -
YUV 42.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 71 23 64 0 0.68 0.10 0.72 308.75 0.51 0.18
Hex 47 17 40 0 44 A 48 135 33 12
Octal 107 27 100 0 104 12 110 465 63 22
Binary 1000111 10111 1000000 0 1000100 1010 1001000 100110101 110011 10010

Color Harmonies of #471740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471740

Black with #471740

Text Example


Text Example

White with #471740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471740; }

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

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

background-color css

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

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

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

border-color css

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

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

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