Html Css Color HEX #470540 Mardi Gras

📋 copy color: '#470540'

red 71 ◦ green 5 ◦ blue 64

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

Shades of Mardi Gras #470540

Tints of Mardi Gras #470540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 50.71%
G = 3.57%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#470540 (or 0x470540) is known color: Mardi Gras. HEX triplet: 47, 05 and 40. RGB value is (71,5,64). Sum of RGB (Red+Green+Blue) = 71+5+64=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #470540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470540 is #B8FABF. Grayscale: #1F1F1F. Windows color (decimal): -12122816 or 4195655. OLE color: 4195655.

HSL color Cylindrical-coordinate representation of color #470540: hue angle of 306.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470540 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 64 -
CMYK 0 0.93 0.10 0.72
HSL 306.36º 0.87% 0.15% -
HSV(B) 306.36º 0.93% 0.28% -
XYZ 3.58 1.82 5.01 -
YUV 31.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 71 5 64 0 0.93 0.10 0.72 306.36 0.87 0.15
Hex 47 5 40 0 5D A 48 132 57 F
Octal 107 5 100 0 135 12 110 462 127 17
Binary 1000111 101 1000000 0 1011101 1010 1001000 100110010 1010111 1111

Color Harmonies of #470540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470540

Black with #470540

Text Example


Text Example

White with #470540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470540; }

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

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

background-color css

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

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

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

border-color css

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

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

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