#480D3F

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

Shades of Mardi Gras #480D3F

Tints of Mardi Gras #480D3F

Color information

#480D3F (or 0x480D3F) is unknown color: approx Mardi Gras. HEX triplet: 48, 0D and 3F. RGB value is (72,13,63). Sum of RGB (Red+Green+Blue) = 72+13+63=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D3F is #B7F2C0. Grayscale: #242424. Windows color (decimal): -12055233 or 4132168. OLE color: 4132168.

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

Color convert

RGB721363-
CMYK00.820.120.72
HSL309.15º69.41%16.67%-
HSV(B)309.15º81.94%28.24%-
XYZ3.712.024.9-
YUV36.34143.05153.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 13 (5.47% from 255) = 8.78%
BLUE value IS 63 (25% from 255) = 42.57%
R=48.65%
G=8.78%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72136300.820.120.72309.1569.4116.67
Hex48D3F052C481354511
Octal110157701221411046510521
Binary100100011011111110101001011001001000100110101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,63); }

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

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

 a { background-color: rgb(72,13,63); }

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

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

 span { border-color: rgb(72,13,63); }

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