Html Css Color HEX #480540 Mardi Gras

📋 copy color: '#480540'

red 72 ◦ green 5 ◦ blue 64

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

Shades of Mardi Gras #480540

Tints of Mardi Gras #480540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 45.39%

R = 51.06%
G = 3.55%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#480540 (or 0x480540) is known color: Mardi Gras. HEX triplet: 48, 05 and 40. RGB value is (72,5,64). Sum of RGB (Red+Green+Blue) = 72+5+64=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #480540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480540 is #B7FABF. Grayscale: #1F1F1F. Windows color (decimal): -12057280 or 4195656. OLE color: 4195656.

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

Color convert

RGB 72 5 64 -
CMYK 0 0.93 0.11 0.72
HSL 307.16º 0.87% 0.15% -
HSV(B) 307.16º 0.93% 0.28% -
XYZ 3.65 1.86 5.02 -
YUV 31.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 72 5 64 0 0.93 0.11 0.72 307.16 0.87 0.15
Hex 48 5 40 0 5D B 48 133 57 F
Octal 110 5 100 0 135 13 110 463 127 17
Binary 1001000 101 1000000 0 1011101 1011 1001000 100110011 1010111 1111

Color Harmonies of #480540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480540

Black with #480540

Text Example


Text Example

White with #480540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480540; }

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

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

background-color css

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

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

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

border-color css

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

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

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