#480043

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

Shades of Mardi Gras #480043

Tints of Mardi Gras #480043

Color information

#480043 (or 0x480043) is unknown color: approx Mardi Gras. HEX triplet: 48, 00 and 43. RGB value is (72,0,67). Sum of RGB (Red+Green+Blue) = 72+0+67=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480043 is #B7FFBC. Grayscale: #1C1C1C. Windows color (decimal): -12058557 or 4390984. OLE color: 4390984.

HSL color Cylindrical-coordinate representation of color #480043: hue angle of 304.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480043 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB72067-
CMYK010.070.72
HSL304.17º100%14.12%-
HSV(B)304.17º100%28.24%-
XYZ3.691.785.46-
YUV29.17149.35158.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 48.20%
R=51.80%
G=0%
B=48.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72067010.070.72304.1710014.12
Hex4804306474813064e
Octal11001030144711046014416
Binary10010000100001101100100111100100010011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480043; }

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

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

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

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

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

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

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

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