Html Css Color HEX #480542 Mardi Gras

📋 copy color: '#480542'

red 72 ◦ green 5 ◦ blue 66

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

Shades of Mardi Gras #480542

Tints of Mardi Gras #480542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 50.35%
G = 3.5%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#480542 (or 0x480542) is known color: Mardi Gras. HEX triplet: 48, 05 and 42. RGB value is (72,5,66). Sum of RGB (Red+Green+Blue) = 72+5+66=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480542 is #B7FABD. Grayscale: #1F1F1F. Windows color (decimal): -12057278 or 4326728. OLE color: 4326728.

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

Color convert

RGB 72 5 66 -
CMYK 0 0.93 0.08 0.72
HSL 305.37º 0.87% 0.15% -
HSV(B) 305.37º 0.93% 0.28% -
XYZ 3.71 1.88 5.32 -
YUV 31.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 72 5 66 0 0.93 0.08 0.72 305.37 0.87 0.15
Hex 48 5 42 0 5D 8 48 131 57 F
Octal 110 5 102 0 135 10 110 461 127 17
Binary 1001000 101 1000010 0 1011101 1000 1001000 100110001 1010111 1111

Color Harmonies of #480542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480542

Black with #480542

Text Example


Text Example

White with #480542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480542; }

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

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

background-color css

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

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

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

border-color css

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

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

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