Html Css Color HEX #47013F Mardi Gras

📋 copy color: '#47013F'

red 71 ◦ green 1 ◦ blue 63

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

Shades of Mardi Gras #47013F

Tints of Mardi Gras #47013F

RGB

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

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

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

R = 52.59%
G = 0.74%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47013F (or 0x47013F) is known color: Mardi Gras. HEX triplet: 47, 01 and 3F. RGB value is (71,1,63). Sum of RGB (Red+Green+Blue) = 71+1+63=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47013F is #B8FEC0. Grayscale: #1C1C1C. Windows color (decimal): -12123841 or 4129095. OLE color: 4129095.

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

Color convert

RGB 71 1 63 -
CMYK 0 0.99 0.11 0.72
HSL 306.86º 0.97% 0.14% -
HSV(B) 306.86º 0.99% 0.28% -
XYZ 3.51 1.72 4.85 -
YUV 29 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 71 1 63 0 0.99 0.11 0.72 306.86 0.97 0.14
Hex 47 1 3F 0 63 B 48 133 61 E
Octal 107 1 77 0 143 13 110 463 141 16
Binary 1000111 1 111111 0 1100011 1011 1001000 100110011 1100001 1110

Color Harmonies of #47013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47013F

Black with #47013F

Text Example


Text Example

White with #47013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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