Html Css Color HEX #480548 Mardi Gras

📋 copy color: '#480548'

red 72 ◦ green 5 ◦ blue 72

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

Shades of Mardi Gras #480548

Tints of Mardi Gras #480548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 48.32%
G = 3.36%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#480548 (or 0x480548) is known color: Mardi Gras. HEX triplet: 48, 05 and 48. RGB value is (72,5,72). Sum of RGB (Red+Green+Blue) = 72+5+72=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480548 is #B7FAB7. Grayscale: #202020. Windows color (decimal): -12057272 or 4719944. OLE color: 4719944.

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

Color convert

RGB 72 5 72 -
CMYK 0 0.93 0 0.72
HSL 300º 0.87% 0.15% -
HSV(B) 300º 0.93% 0.28% -
XYZ 3.9 1.95 6.3 -
YUV 32.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 72 5 72 0 0.93 0 0.72 300 0.87 0.15
Hex 48 5 48 0 5D 0 48 12C 57 F
Octal 110 5 110 0 135 0 110 454 127 17
Binary 1001000 101 1001000 0 1011101 0 1001000 100101100 1010111 1111

Color Harmonies of #480548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480548

Black with #480548

Text Example


Text Example

White with #480548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480548; }

 p { color: rgb(72,5,72); }

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

background-color css

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

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

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

border-color css

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

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

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