#480B44

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

Shades of Mardi Gras #480B44

Tints of Mardi Gras #480B44

Color information

#480B44 (or 0x480B44) is unknown color: approx Mardi Gras. HEX triplet: 48, 0B and 44. RGB value is (72,11,68). Sum of RGB (Red+Green+Blue) = 72+11+68=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #480B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B44 is #B7F4BB. Grayscale: #232323. Windows color (decimal): -12055740 or 4459336. OLE color: 4459336.

HSL color Cylindrical-coordinate representation of color #480B44: hue angle of 303.93º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B44 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB721168-
CMYK00.850.060.72
HSL303.93º73.49%16.27%-
HSV(B)303.93º84.72%28.24%-
XYZ3.842.035.66-
YUV35.74146.21153.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=47.68%
G=7.28%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72116800.850.060.72303.9373.4916.27
Hex48B440556481304910
Octal110131040125611046011120
Binary100100010111000100010101011101001000100110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B44; }

 p { color: rgb(72,11,68); }

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

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

 a { background-color: rgb(72,11,68); }

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

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

 span { border-color: rgb(72,11,68); }

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