#481547

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

Shades of Mardi Gras #481547

Tints of Mardi Gras #481547

Color information

#481547 (or 0x481547) is unknown color: approx Mardi Gras. HEX triplet: 48, 15 and 47. RGB value is (72,21,71). Sum of RGB (Red+Green+Blue) = 72+21+71=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481547 is #B7EAB8. Grayscale: #292929. Windows color (decimal): -12053177 or 4658504. OLE color: 4658504.

HSL color Cylindrical-coordinate representation of color #481547: hue angle of 301.18º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481547 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB722171-
CMYK00.710.010.72
HSL301.18º54.84%18.24%-
HSV(B)301.18º70.83%28.24%-
XYZ4.082.376.2-
YUV41.95144.4149.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=43.90%
G=12.80%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72217100.710.010.72301.1854.8418.24
Hex48154704714812d3712
Octal11025107010711104556722
Binary1001000101011000111010001111100100010010110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481547; }

 p { color: rgb(72,21,71); }

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

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

 a { background-color: rgb(72,21,71); }

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

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

 span { border-color: rgb(72,21,71); }

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