#480B41

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

Shades of Mardi Gras #480B41

Tints of Mardi Gras #480B41

Color information

#480B41 (or 0x480B41) is unknown color: approx Mardi Gras. HEX triplet: 48, 0B and 41. RGB value is (72,11,65). Sum of RGB (Red+Green+Blue) = 72+11+65=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B41 is #B7F4BE. Grayscale: #232323. Windows color (decimal): -12055743 or 4262728. OLE color: 4262728.

HSL color Cylindrical-coordinate representation of color #480B41: hue angle of 306.89º 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 #480B41 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB721165-
CMYK00.850.100.72
HSL306.89º73.49%16.27%-
HSV(B)306.89º84.72%28.24%-
XYZ3.7525.19-
YUV35.39144.71154.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=48.65%
G=7.43%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72116500.850.100.72306.8973.4916.27
Hex48B41055A481334910
Octal1101310101251211046311120
Binary1001000101110000010101010110101001000100110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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