Html Css Color HEX #47073F Mardi Gras

📋 copy color: '#47073F'

red 71 ◦ green 7 ◦ blue 63

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

Shades of Mardi Gras #47073F

Tints of Mardi Gras #47073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 50.35%
G = 4.96%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47073F (or 0x47073F) is known color: Mardi Gras. HEX triplet: 47, 07 and 3F. RGB value is (71,7,63). Sum of RGB (Red+Green+Blue) = 71+7+63=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47073F is #B8F8C0. Grayscale: #202020. Windows color (decimal): -12122305 or 4130631. OLE color: 4130631.

HSL color Cylindrical-coordinate representation of color #47073F: hue angle of 307.5º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47073F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 63 -
CMYK 0 0.90 0.11 0.72
HSL 307.5º 0.82% 0.15% -
HSV(B) 307.5º 0.9% 0.28% -
XYZ 3.57 1.85 4.87 -
YUV 32.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 71 7 63 0 0.90 0.11 0.72 307.5 0.82 0.15
Hex 47 7 3F 0 5A B 48 134 52 F
Octal 107 7 77 0 132 13 110 464 122 17
Binary 1000111 111 111111 0 1011010 1011 1001000 100110100 1010010 1111

Color Harmonies of #47073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47073F

Black with #47073F

Text Example


Text Example

White with #47073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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