#480642

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

Shades of Mardi Gras #480642

Tints of Mardi Gras #480642

Color information

#480642 (or 0x480642) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 42. RGB value is (72,6,66). Sum of RGB (Red+Green+Blue) = 72+6+66=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480642 is #B7F9BD. Grayscale: #202020. Windows color (decimal): -12057022 or 4326984. OLE color: 4326984.

HSL color Cylindrical-coordinate representation of color #480642: hue angle of 305.45º 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 #480642 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB72666-
CMYK00.920.080.72
HSL305.45º84.62%15.29%-
HSV(B)305.45º91.67%28.24%-
XYZ3.721.95.33-
YUV32.57146.87156.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 66 (26.17% from 255) = 45.83%
R=50%
G=4.17%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266600.920.080.72305.4584.6215.29
Hex4864205C84813155f
Octal110610201341011046112517
Binary10010001101000010010111001000100100010011000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480642; }

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

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

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

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

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

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

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

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