Html Css Color HEX #47033F Mardi Gras

📋 copy color: '#47033F'

red 71 ◦ green 3 ◦ blue 63

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

Shades of Mardi Gras #47033F

Tints of Mardi Gras #47033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 51.82%
G = 2.19%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47033F (or 0x47033F) is known color: Mardi Gras. HEX triplet: 47, 03 and 3F. RGB value is (71,3,63). Sum of RGB (Red+Green+Blue) = 71+3+63=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033F is #B8FCC0. Grayscale: #1E1E1E. Windows color (decimal): -12123329 or 4129607. OLE color: 4129607.

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

Color convert

RGB 71 3 63 -
CMYK 0 0.96 0.11 0.72
HSL 307.06º 0.92% 0.15% -
HSV(B) 307.06º 0.96% 0.28% -
XYZ 3.53 1.76 4.86 -
YUV 30.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 71 3 63 0 0.96 0.11 0.72 307.06 0.92 0.15
Hex 47 3 3F 0 60 B 48 133 5C F
Octal 107 3 77 0 140 13 110 463 134 17
Binary 1000111 11 111111 0 1100000 1011 1001000 100110011 1011100 1111

Color Harmonies of #47033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47033F

Black with #47033F

Text Example


Text Example

White with #47033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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