#480840

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

Shades of Mardi Gras #480840

Tints of Mardi Gras #480840

Color information

#480840 (or 0x480840) is unknown color: approx Mardi Gras. HEX triplet: 48, 08 and 40. RGB value is (72,8,64). Sum of RGB (Red+Green+Blue) = 72+8+64=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480840 is #B7F7BF. Grayscale: #212121. Windows color (decimal): -12056512 or 4196424. OLE color: 4196424.

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

Color convert

RGB72864-
CMYK00.890.110.72
HSL307.5º80%15.69%-
HSV(B)307.5º88.89%28.24%-
XYZ3.681.925.03-
YUV33.52145.2155.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=50%
G=5.56%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7286400.890.110.72307.58015.69
Hex48840059B481345010
Octal1101010001311311046412020
Binary1001000100010000000101100110111001000100110100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480840; }

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

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

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

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

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

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

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

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