#481640

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

Shades of Mardi Gras #481640

Tints of Mardi Gras #481640

Color information

#481640 (or 0x481640) is unknown color: approx Mardi Gras. HEX triplet: 48, 16 and 40. RGB value is (72,22,64). Sum of RGB (Red+Green+Blue) = 72+22+64=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481640 is #B7E9BF. Grayscale: #292929. Windows color (decimal): -12052928 or 4200008. OLE color: 4200008.

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

Color convert

RGB722264-
CMYK00.690.110.72
HSL309.6º53.19%18.43%-
HSV(B)309.6º69.44%28.24%-
XYZ3.882.325.09-
YUV41.74140.56149.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=45.57%
G=13.92%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72226400.690.110.72309.653.1918.43
Hex481640045B481363512
Octal110261000105131104666522
Binary1001000101101000000010001011011100100010011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481640; }

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

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

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

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

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

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

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

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