Html Css Color HEX #47123E Mardi Gras

📋 copy color: '#47123E'

red 71 ◦ green 18 ◦ blue 62

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

Shades of Mardi Gras #47123E

Tints of Mardi Gras #47123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 47.02%
G = 11.92%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47123E (or 0x47123E) is known color: Mardi Gras. HEX triplet: 47, 12 and 3E. RGB value is (71,18,62). Sum of RGB (Red+Green+Blue) = 71+18+62=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123E is #B8EDC1. Grayscale: #262626. Windows color (decimal): -12119490 or 4067911. OLE color: 4067911.

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

Color convert

RGB 71 18 62 -
CMYK 0 0.75 0.13 0.72
HSL 310.19º 0.6% 0.17% -
HSV(B) 310.19º 0.75% 0.28% -
XYZ 3.68 2.12 4.77 -
YUV 38.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 71 18 62 0 0.75 0.13 0.72 310.19 0.6 0.17
Hex 47 12 3E 0 4B D 48 136 3C 11
Octal 107 22 76 0 113 15 110 466 74 21
Binary 1000111 10010 111110 0 1001011 1101 1001000 100110110 111100 10001

Color Harmonies of #47123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47123E

Black with #47123E

Text Example


Text Example

White with #47123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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