#480F42

Color #480F42 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #480F42

Tints of Mardi Gras #480F42

Color information

#480F42 (or 0x480F42) is unknown color: approx Mardi Gras. HEX triplet: 48, 0F and 42. RGB value is (72,15,66). Sum of RGB (Red+Green+Blue) = 72+15+66=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #480F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F42 is #B7F0BD. Grayscale: #252525. Windows color (decimal): -12054718 or 4329288. OLE color: 4329288.

HSL color Cylindrical-coordinate representation of color #480F42: hue angle of 306.32º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F42 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB721566-
CMYK00.790.080.72
HSL306.32º65.52%17.06%-
HSV(B)306.32º79.17%28.24%-
XYZ3.832.115.36-
YUV37.86143.88152.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=47.06%
G=9.80%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72156600.790.080.72306.3265.5217.06
Hex48F4204F8481324211
Octal1101710201171011046210221
Binary1001000111110000100100111110001001000100110010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F42; }

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

 H1.HeaderClassName
 {
   color: #480F42;
 }
 .AnyTagClassName
 {
   color: #480F42;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #480F42;
 }
 .BgClassName
 {
   background-color: #480F42;
 }
</style>
border-color css

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

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

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