Html Css Color HEX #480541 Mardi Gras

📋 copy color: '#480541'

red 72 ◦ green 5 ◦ blue 65

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

Shades of Mardi Gras #480541

Tints of Mardi Gras #480541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.77%

R = 50.7%
G = 3.52%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#480541 (or 0x480541) is known color: Mardi Gras. HEX triplet: 48, 05 and 41. RGB value is (72,5,65). Sum of RGB (Red+Green+Blue) = 72+5+65=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #480541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480541 is #B7FABE. Grayscale: #1F1F1F. Windows color (decimal): -12057279 or 4261192. OLE color: 4261192.

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

Color convert

RGB 72 5 65 -
CMYK 0 0.93 0.10 0.72
HSL 306.27º 0.87% 0.15% -
HSV(B) 306.27º 0.93% 0.28% -
XYZ 3.68 1.87 5.17 -
YUV 31.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 72 5 65 0 0.93 0.10 0.72 306.27 0.87 0.15
Hex 48 5 41 0 5D A 48 132 57 F
Octal 110 5 101 0 135 12 110 462 127 17
Binary 1001000 101 1000001 0 1011101 1010 1001000 100110010 1010111 1111

Color Harmonies of #480541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480541

Black with #480541

Text Example


Text Example

White with #480541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480541; }

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

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

background-color css

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

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

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

border-color css

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

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

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