Html Css Color HEX #480544 Mardi Gras

📋 copy color: '#480544'

red 72 ◦ green 5 ◦ blue 68

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

Shades of Mardi Gras #480544

Tints of Mardi Gras #480544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 46.9%

R = 49.66%
G = 3.45%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#480544 (or 0x480544) is known color: Mardi Gras. HEX triplet: 48, 05 and 44. RGB value is (72,5,68). Sum of RGB (Red+Green+Blue) = 72+5+68=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480544 is #B7FABB. Grayscale: #202020. Windows color (decimal): -12057276 or 4457800. OLE color: 4457800.

HSL color Cylindrical-coordinate representation of color #480544: hue angle of 303.58º 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 #480544 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 68 -
CMYK 0 0.93 0.06 0.72
HSL 303.58º 0.87% 0.15% -
HSV(B) 303.58º 0.93% 0.28% -
XYZ 3.77 1.9 5.64 -
YUV 32.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 72 5 68 0 0.93 0.06 0.72 303.58 0.87 0.15
Hex 48 5 44 0 5D 6 48 130 57 F
Octal 110 5 104 0 135 6 110 460 127 17
Binary 1001000 101 1000100 0 1011101 110 1001000 100110000 1010111 1111

Color Harmonies of #480544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480544

Black with #480544

Text Example


Text Example

White with #480544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480544; }

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

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

background-color css

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

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

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

border-color css

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

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

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