#480241

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

Shades of Mardi Gras #480241

Tints of Mardi Gras #480241

Color information

#480241 (or 0x480241) is unknown color: approx Mardi Gras. HEX triplet: 48, 02 and 41. RGB value is (72,2,65). Sum of RGB (Red+Green+Blue) = 72+2+65=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480241 is #B7FDBE. Grayscale: #1D1D1D. Windows color (decimal): -12058047 or 4260424. OLE color: 4260424.

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

Color convert

RGB72265-
CMYK00.970.100.72
HSL306º94.59%14.51%-
HSV(B)306º97.22%28.24%-
XYZ3.651.85.16-
YUV30.11147.69157.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=51.80%
G=1.44%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226500.970.100.7230694.5914.51
Hex48241061A481325ff
Octal110210101411211046213717
Binary1001000101000001011000011010100100010011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480241; }

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

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

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

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

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

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

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

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