Html Css Color HEX #47063F Mardi Gras

📋 copy color: '#47063F'

red 71 ◦ green 6 ◦ blue 63

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

Shades of Mardi Gras #47063F

Tints of Mardi Gras #47063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 50.71%
G = 4.29%
B = 45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47063F (or 0x47063F) is known color: Mardi Gras. HEX triplet: 47, 06 and 3F. RGB value is (71,6,63). Sum of RGB (Red+Green+Blue) = 71+6+63=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47063F is #B8F9C0. Grayscale: #1F1F1F. Windows color (decimal): -12122561 or 4130375. OLE color: 4130375.

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

Color convert

RGB 71 6 63 -
CMYK 0 0.92 0.11 0.72
HSL 307.38º 0.84% 0.15% -
HSV(B) 307.38º 0.92% 0.28% -
XYZ 3.56 1.83 4.87 -
YUV 31.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 71 6 63 0 0.92 0.11 0.72 307.38 0.84 0.15
Hex 47 6 3F 0 5C B 48 133 54 F
Octal 107 6 77 0 134 13 110 463 124 17
Binary 1000111 110 111111 0 1011100 1011 1001000 100110011 1010100 1111

Color Harmonies of #47063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47063F

Black with #47063F

Text Example


Text Example

White with #47063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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