Html Css Color HEX #470A44 Mardi Gras

📋 copy color: '#470A44'

red 71 ◦ green 10 ◦ blue 68

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

Shades of Mardi Gras #470A44

Tints of Mardi Gras #470A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.64%

R = 47.65%
G = 6.71%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#470A44 (or 0x470A44) is known color: Mardi Gras. HEX triplet: 47, 0A and 44. RGB value is (71,10,68). Sum of RGB (Red+Green+Blue) = 71+10+68=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #470A44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A44 is #B8F5BB. Grayscale: #222222. Windows color (decimal): -12121532 or 4459079. OLE color: 4459079.

HSL color Cylindrical-coordinate representation of color #470A44: hue angle of 302.95º 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 #470A44 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 68 -
CMYK 0 0.86 0.04 0.72
HSL 302.95º 0.75% 0.16% -
HSV(B) 302.95º 0.86% 0.28% -
XYZ 3.75 1.97 5.65 -
YUV 34.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 71 10 68 0 0.86 0.04 0.72 302.95 0.75 0.16
Hex 47 A 44 0 56 4 48 12F 4B 10
Octal 107 12 104 0 126 4 110 457 113 20
Binary 1000111 1010 1000100 0 1010110 100 1001000 100101111 1001011 10000

Color Harmonies of #470A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A44

Black with #470A44

Text Example


Text Example

White with #470A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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