Html Css Color HEX #47043F Mardi Gras

📋 copy color: '#47043F'

red 71 ◦ green 4 ◦ blue 63

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

Shades of Mardi Gras #47043F

Tints of Mardi Gras #47043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 51.45%
G = 2.9%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47043F (or 0x47043F) is known color: Mardi Gras. HEX triplet: 47, 04 and 3F. RGB value is (71,4,63). Sum of RGB (Red+Green+Blue) = 71+4+63=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47043F is #B8FBC0. Grayscale: #1E1E1E. Windows color (decimal): -12123073 or 4129863. OLE color: 4129863.

HSL color Cylindrical-coordinate representation of color #47043F: hue angle of 307.16º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47043F is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 63 -
CMYK 0 0.94 0.11 0.72
HSL 307.16º 0.89% 0.15% -
HSV(B) 307.16º 0.94% 0.28% -
XYZ 3.54 1.79 4.86 -
YUV 30.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 71 4 63 0 0.94 0.11 0.72 307.16 0.89 0.15
Hex 47 4 3F 0 5E B 48 133 59 F
Octal 107 4 77 0 136 13 110 463 131 17
Binary 1000111 100 111111 0 1011110 1011 1001000 100110011 1011001 1111

Color Harmonies of #47043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47043F

Black with #47043F

Text Example


Text Example

White with #47043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47043F; }

 p { color: rgb(71,4,63); }

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

background-color css

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

 a { background-color: rgb(71,4,63); }

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

border-color css

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

 span { border-color: rgb(71,4,63); }

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