#480941

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

Shades of Mardi Gras #480941

Tints of Mardi Gras #480941

Color information

#480941 (or 0x480941) is unknown color: approx Mardi Gras. HEX triplet: 48, 09 and 41. RGB value is (72,9,65). Sum of RGB (Red+Green+Blue) = 72+9+65=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480941 is #B7F6BE. Grayscale: #222222. Windows color (decimal): -12056255 or 4262216. OLE color: 4262216.

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

Color convert

RGB72965-
CMYK00.880.100.72
HSL306.67º77.78%15.88%-
HSV(B)306.67º87.5%28.24%-
XYZ3.721.955.18-
YUV34.22145.37154.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=49.32%
G=6.16%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7296500.880.100.72306.6777.7815.88
Hex48941058A481334e10
Octal1101110101301211046311620
Binary1001000100110000010101100010101001000100110011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480941; }

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

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

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

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

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

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

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

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