Html Css Color HEX #480142 Mardi Gras

📋 copy color: '#480142'

red 72 ◦ green 1 ◦ blue 66

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

Shades of Mardi Gras #480142

Tints of Mardi Gras #480142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 51.8%
G = 0.72%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#480142 (or 0x480142) is known color: Mardi Gras. HEX triplet: 48, 01 and 42. RGB value is (72,1,66). Sum of RGB (Red+Green+Blue) = 72+1+66=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480142 is #B7FEBD. Grayscale: #1D1D1D. Windows color (decimal): -12058302 or 4325704. OLE color: 4325704.

HSL color Cylindrical-coordinate representation of color #480142: hue angle of 305.07º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480142 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 66 -
CMYK 0 0.99 0.08 0.72
HSL 305.07º 0.97% 0.14% -
HSV(B) 305.07º 0.99% 0.28% -
XYZ 3.67 1.79 5.31 -
YUV 29.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 72 1 66 0 0.99 0.08 0.72 305.07 0.97 0.14
Hex 48 1 42 0 63 8 48 131 61 E
Octal 110 1 102 0 143 10 110 461 141 16
Binary 1001000 1 1000010 0 1100011 1000 1001000 100110001 1100001 1110

Color Harmonies of #480142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480142

Black with #480142

Text Example


Text Example

White with #480142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480142; }

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

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

background-color css

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

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

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

border-color css

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

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

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