Html Css Color HEX #47113E Mardi Gras

📋 copy color: '#47113E'

red 71 ◦ green 17 ◦ blue 62

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

Shades of Mardi Gras #47113E

Tints of Mardi Gras #47113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 62 (24.61% from 255) = 41.33%

R = 47.33%
G = 11.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47113E (or 0x47113E) is known color: Mardi Gras. HEX triplet: 47, 11 and 3E. RGB value is (71,17,62). Sum of RGB (Red+Green+Blue) = 71+17+62=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113E is #B8EEC1. Grayscale: #262626. Windows color (decimal): -12119746 or 4067655. OLE color: 4067655.

HSL color Cylindrical-coordinate representation of color #47113E: hue angle of 310º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47113E is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 62 -
CMYK 0 0.76 0.13 0.72
HSL 310º 0.61% 0.17% -
HSV(B) 310º 0.76% 0.28% -
XYZ 3.67 2.09 4.77 -
YUV 38.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 71 17 62 0 0.76 0.13 0.72 310 0.61 0.17
Hex 47 11 3E 0 4C D 48 136 3D 11
Octal 107 21 76 0 114 15 110 466 75 21
Binary 1000111 10001 111110 0 1001100 1101 1001000 100110110 111101 10001

Color Harmonies of #47113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47113E

Black with #47113E

Text Example


Text Example

White with #47113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47113E; }

 p { color: rgb(71,17,62); }

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

background-color css

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

 a { background-color: rgb(71,17,62); }

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

border-color css

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

 span { border-color: rgb(71,17,62); }

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