#480340

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

Shades of Mardi Gras #480340

Tints of Mardi Gras #480340

Color information

#480340 (or 0x480340) is unknown color: approx Mardi Gras. HEX triplet: 48, 03 and 40. RGB value is (72,3,64). Sum of RGB (Red+Green+Blue) = 72+3+64=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480340 is #B7FCBF. Grayscale: #1E1E1E. Windows color (decimal): -12057792 or 4195144. OLE color: 4195144.

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

Color convert

RGB72364-
CMYK00.960.110.72
HSL306.96º92%14.71%-
HSV(B)306.96º95.83%28.24%-
XYZ3.631.815.01-
YUV30.58146.86157.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=51.80%
G=2.16%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236400.960.110.72306.969214.71
Hex48340060B481335cf
Octal110310001401311046313417
Binary1001000111000000011000001011100100010011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480340; }

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

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

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

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

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

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

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

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