Html Css Color HEX #480441 Mardi Gras

📋 copy color: '#480441'

red 72 ◦ green 4 ◦ blue 65

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

Shades of Mardi Gras #480441

Tints of Mardi Gras #480441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 51.06%
G = 2.84%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#480441 (or 0x480441) is known color: Mardi Gras. HEX triplet: 48, 04 and 41. RGB value is (72,4,65). Sum of RGB (Red+Green+Blue) = 72+4+65=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #480441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480441 is #B7FBBE. Grayscale: #1F1F1F. Windows color (decimal): -12057535 or 4260936. OLE color: 4260936.

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

Color convert

RGB 72 4 65 -
CMYK 0 0.94 0.10 0.72
HSL 306.18º 0.89% 0.15% -
HSV(B) 306.18º 0.94% 0.28% -
XYZ 3.67 1.85 5.16 -
YUV 31.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 72 4 65 0 0.94 0.10 0.72 306.18 0.89 0.15
Hex 48 4 41 0 5E A 48 132 59 F
Octal 110 4 101 0 136 12 110 462 131 17
Binary 1001000 100 1000001 0 1011110 1010 1001000 100110010 1011001 1111

Color Harmonies of #480441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480441

Black with #480441

Text Example


Text Example

White with #480441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480441; }

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

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

background-color css

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

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

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

border-color css

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

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

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