Html Css Color HEX #481347 Mardi Gras

📋 copy color: '#481347'

red 72 ◦ green 19 ◦ blue 71

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

Shades of Mardi Gras #481347

Tints of Mardi Gras #481347

RGB

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

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

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

R = 44.44%
G = 11.73%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481347 (or 0x481347) is known color: Mardi Gras. HEX triplet: 48, 13 and 47. RGB value is (72,19,71). Sum of RGB (Red+Green+Blue) = 72+19+71=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481347 is #B7ECB8. Grayscale: #282828. Windows color (decimal): -12053689 or 4657992. OLE color: 4657992.

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

Color convert

RGB 72 19 71 -
CMYK 0 0.74 0.01 0.72
HSL 301.13º 0.58% 0.18% -
HSV(B) 301.13º 0.74% 0.28% -
XYZ 4.04 2.3 6.19 -
YUV 40.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 72 19 71 0 0.74 0.01 0.72 301.13 0.58 0.18
Hex 48 13 47 0 4A 1 48 12D 3A 12
Octal 110 23 107 0 112 1 110 455 72 22
Binary 1001000 10011 1000111 0 1001010 1 1001000 100101101 111010 10010

Color Harmonies of #481347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481347

Black with #481347

Text Example


Text Example

White with #481347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481347; }

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

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

background-color css

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

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

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

border-color css

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

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

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