Html Css Color HEX #481149 Mardi Gras

📋 copy color: '#481149'

red 72 ◦ green 17 ◦ blue 73

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

Shades of Mardi Gras #481149

Tints of Mardi Gras #481149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 44.44%
G = 10.49%
B = 45.06%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#481149 (or 0x481149) is known color: Mardi Gras. HEX triplet: 48, 11 and 49. RGB value is (72,17,73). Sum of RGB (Red+Green+Blue) = 72+17+73=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #481149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481149 is #B7EEB6. Grayscale: #272727. Windows color (decimal): -12054199 or 4788552. OLE color: 4788552.

HSL color Cylindrical-coordinate representation of color #481149: hue angle of 298.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481149 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 17 73 -
CMYK 0.01 0.77 0 0.71
HSL 298.93º 0.62% 0.18% -
HSV(B) 298.93º 0.77% 0.29% -
XYZ 4.08 2.26 6.52 -
YUV 39.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 72 17 73 0.01 0.77 0 0.71 298.93 0.62 0.18
Hex 48 11 49 1 4D 0 47 12B 3E 12
Octal 110 21 111 1 115 0 107 453 76 22
Binary 1001000 10001 1001001 1 1001101 0 1000111 100101011 111110 10010

Color Harmonies of #481149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481149

Black with #481149

Text Example


Text Example

White with #481149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481149; }

 p { color: rgb(72,17,73); }

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

background-color css

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

 a { background-color: rgb(72,17,73); }

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

border-color css

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

 span { border-color: rgb(72,17,73); }

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