Html Css Color HEX #481247 Mardi Gras

📋 copy color: '#481247'

red 72 ◦ green 18 ◦ blue 71

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

Shades of Mardi Gras #481247

Tints of Mardi Gras #481247

RGB

 RED value IS 72 (28.52% from 255) = 44.72%

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

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 44.72%
G = 11.18%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481247 (or 0x481247) is known color: Mardi Gras. HEX triplet: 48, 12 and 47. RGB value is (72,18,71). Sum of RGB (Red+Green+Blue) = 72+18+71=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481247 is #B7EDB8. Grayscale: #282828. Windows color (decimal): -12053945 or 4657736. OLE color: 4657736.

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

Color convert

RGB 72 18 71 -
CMYK 0 0.75 0.01 0.72
HSL 301.11º 0.6% 0.18% -
HSV(B) 301.11º 0.75% 0.28% -
XYZ 4.03 2.27 6.19 -
YUV 40.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 72 18 71 0 0.75 0.01 0.72 301.11 0.6 0.18
Hex 48 12 47 0 4B 1 48 12D 3C 12
Octal 110 22 107 0 113 1 110 455 74 22
Binary 1001000 10010 1000111 0 1001011 1 1001000 100101101 111100 10010

Color Harmonies of #481247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481247

Black with #481247

Text Example


Text Example

White with #481247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481247; }

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

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

background-color css

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

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

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

border-color css

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

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

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