Html Css Color HEX #47133E Mardi Gras

📋 copy color: '#47133E'

red 71 ◦ green 19 ◦ blue 62

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

Shades of Mardi Gras #47133E

Tints of Mardi Gras #47133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 46.71%
G = 12.5%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47133E (or 0x47133E) is known color: Mardi Gras. HEX triplet: 47, 13 and 3E. RGB value is (71,19,62). Sum of RGB (Red+Green+Blue) = 71+19+62=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133E is #B8ECC1. Grayscale: #272727. Windows color (decimal): -12119234 or 4068167. OLE color: 4068167.

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

Color convert

RGB 71 19 62 -
CMYK 0 0.73 0.13 0.72
HSL 310.38º 0.58% 0.18% -
HSV(B) 310.38º 0.73% 0.28% -
XYZ 3.7 2.15 4.78 -
YUV 39.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 71 19 62 0 0.73 0.13 0.72 310.38 0.58 0.18
Hex 47 13 3E 0 49 D 48 136 3A 12
Octal 107 23 76 0 111 15 110 466 72 22
Binary 1000111 10011 111110 0 1001001 1101 1001000 100110110 111010 10010

Color Harmonies of #47133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47133E

Black with #47133E

Text Example


Text Example

White with #47133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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