#480943

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

Shades of Mardi Gras #480943

Tints of Mardi Gras #480943

Color information

#480943 (or 0x480943) is unknown color: approx Mardi Gras. HEX triplet: 48, 09 and 43. RGB value is (72,9,67). Sum of RGB (Red+Green+Blue) = 72+9+67=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480943 is #B7F6BC. Grayscale: #222222. Windows color (decimal): -12056253 or 4393288. OLE color: 4393288.

HSL color Cylindrical-coordinate representation of color #480943: hue angle of 304.76º 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 #480943 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB72967-
CMYK00.880.070.72
HSL304.76º77.78%15.88%-
HSV(B)304.76º87.5%28.24%-
XYZ3.781.985.49-
YUV34.45146.37154.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=48.65%
G=6.08%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7296700.880.070.72304.7677.7815.88
Hex489430587481314e10
Octal110111030130711046111620
Binary100100010011000011010110001111001000100110001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480943; }

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

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

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

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

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

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

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

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