#480640

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

Shades of Mardi Gras #480640

Tints of Mardi Gras #480640

Color information

#480640 (or 0x480640) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 40. RGB value is (72,6,64). Sum of RGB (Red+Green+Blue) = 72+6+64=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #480640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480640 is #B7F9BF. Grayscale: #202020. Windows color (decimal): -12057024 or 4195912. OLE color: 4195912.

HSL color Cylindrical-coordinate representation of color #480640: hue angle of 307.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480640 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB72664-
CMYK00.920.110.72
HSL307.27º84.62%15.29%-
HSV(B)307.27º91.67%28.24%-
XYZ3.661.885.02-
YUV32.35145.87156.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=50.70%
G=4.23%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266400.920.110.72307.2784.6215.29
Hex4864005CB4813355f
Octal110610001341311046312517
Binary10010001101000000010111001011100100010011001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480640; }

 p { color: rgb(72,6,64); }

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

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

 a { background-color: rgb(72,6,64); }

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

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

 span { border-color: rgb(72,6,64); }

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