Html Css Color HEX #47014D Mardi Gras

📋 copy color: '#47014D'

red 71 ◦ green 1 ◦ blue 77

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

Shades of Mardi Gras #47014D

Tints of Mardi Gras #47014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 77 (30.47% from 255) = 51.68%

R = 47.65%
G = 0.67%
B = 51.68%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47014D (or 0x47014D) is known color: Mardi Gras. HEX triplet: 47, 01 and 4D. RGB value is (71,1,77). Sum of RGB (Red+Green+Blue) = 71+1+77=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #47014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47014D is #B8FEB2. Grayscale: #1E1E1E. Windows color (decimal): -12123827 or 5046599. OLE color: 5046599.

HSL color Cylindrical-coordinate representation of color #47014D: hue angle of 295.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47014D is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 1 77 -
CMYK 0.08 0.99 0 0.70
HSL 295.26º 0.97% 0.15% -
HSV(B) 295.26º 0.99% 0.3% -
XYZ 3.95 1.9 7.18 -
YUV 30.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 71 1 77 0.08 0.99 0 0.70 295.26 0.97 0.15
Hex 47 1 4D 8 63 0 46 127 61 F
Octal 107 1 115 10 143 0 106 447 141 17
Binary 1000111 1 1001101 1000 1100011 0 1000110 100100111 1100001 1111

Color Harmonies of #47014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47014D

Black with #47014D

Text Example


Text Example

White with #47014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47014D; }

 p { color: rgb(71,1,77); }

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

background-color css

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

 a { background-color: rgb(71,1,77); }

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

border-color css

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

 span { border-color: rgb(71,1,77); }

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