Html Css Color HEX #47153F Mardi Gras

📋 copy color: '#47153F'

red 71 ◦ green 21 ◦ blue 63

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

Shades of Mardi Gras #47153F

Tints of Mardi Gras #47153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 45.81%
G = 13.55%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47153F (or 0x47153F) is known color: Mardi Gras. HEX triplet: 47, 15 and 3F. RGB value is (71,21,63). Sum of RGB (Red+Green+Blue) = 71+21+63=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47153F is #B8EAC0. Grayscale: #282828. Windows color (decimal): -12118721 or 4134215. OLE color: 4134215.

HSL color Cylindrical-coordinate representation of color #47153F: hue angle of 309.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47153F is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 63 -
CMYK 0 0.70 0.11 0.72
HSL 309.6º 0.54% 0.18% -
HSV(B) 309.6º 0.7% 0.28% -
XYZ 3.76 2.23 4.94 -
YUV 40.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 71 21 63 0 0.70 0.11 0.72 309.6 0.54 0.18
Hex 47 15 3F 0 46 B 48 136 36 12
Octal 107 25 77 0 106 13 110 466 66 22
Binary 1000111 10101 111111 0 1000110 1011 1001000 100110110 110110 10010

Color Harmonies of #47153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47153F

Black with #47153F

Text Example


Text Example

White with #47153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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