#480A3F

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

Shades of Mardi Gras #480A3F

Tints of Mardi Gras #480A3F

Color information

#480A3F (or 0x480A3F) is unknown color: approx Mardi Gras. HEX triplet: 48, 0A and 3F. RGB value is (72,10,63). Sum of RGB (Red+Green+Blue) = 72+10+63=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A3F is #B7F5C0. Grayscale: #222222. Windows color (decimal): -12056001 or 4131400. OLE color: 4131400.

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

Color convert

RGB721063-
CMYK00.860.120.72
HSL308.71º75.61%16.08%-
HSV(B)308.71º86.11%28.24%-
XYZ3.681.954.89-
YUV34.58144.04154.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 63 (25% from 255) = 43.45%
R=49.66%
G=6.90%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72106300.860.120.72308.7175.6116.08
Hex48A3F056C481354c10
Octal110127701261411046511420
Binary100100010101111110101011011001001000100110101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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