Html Css Color HEX #470A41 Mardi Gras

📋 copy color: '#470A41'

red 71 ◦ green 10 ◦ blue 65

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

Shades of Mardi Gras #470A41

Tints of Mardi Gras #470A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.85%

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 48.63%
G = 6.85%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#470A41 (or 0x470A41) is known color: Mardi Gras. HEX triplet: 47, 0A and 41. RGB value is (71,10,65). Sum of RGB (Red+Green+Blue) = 71+10+65=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #470A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A41 is #B8F5BE. Grayscale: #222222. Windows color (decimal): -12121535 or 4262471. OLE color: 4262471.

HSL color Cylindrical-coordinate representation of color #470A41: hue angle of 305.9º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A41 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 65 -
CMYK 0 0.86 0.08 0.72
HSL 305.9º 0.75% 0.16% -
HSV(B) 305.9º 0.86% 0.28% -
XYZ 3.66 1.94 5.18 -
YUV 34.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 71 10 65 0 0.86 0.08 0.72 305.9 0.75 0.16
Hex 47 A 41 0 56 8 48 132 4B 10
Octal 107 12 101 0 126 10 110 462 113 20
Binary 1000111 1010 1000001 0 1010110 1000 1001000 100110010 1001011 10000

Color Harmonies of #470A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A41

Black with #470A41

Text Example


Text Example

White with #470A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A41; }

 p { color: rgb(71,10,65); }

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

background-color css

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

 a { background-color: rgb(71,10,65); }

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

border-color css

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

 span { border-color: rgb(71,10,65); }

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