#481A45

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

Shades of Mardi Gras #481A45

Tints of Mardi Gras #481A45

Color information

#481A45 (or 0x481A45) is unknown color: approx Mardi Gras. HEX triplet: 48, 1A and 45. RGB value is (72,26,69). Sum of RGB (Red+Green+Blue) = 72+26+69=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A45 is #B7E5BA. Grayscale: #2C2C2C. Windows color (decimal): -12051899 or 4528712. OLE color: 4528712.

HSL color Cylindrical-coordinate representation of color #481A45: hue angle of 303.91º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A45 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB722669-
CMYK00.640.040.72
HSL303.91º46.94%19.22%-
HSV(B)303.91º63.89%28.24%-
XYZ4.122.555.9-
YUV44.66141.74147.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=43.11%
G=15.57%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72266900.640.040.72303.9146.9419.22
Hex481A450404481302f13
Octal11032105010041104605723
Binary100100011010100010101000000100100100010011000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A45; }

 p { color: rgb(72,26,69); }

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

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

 a { background-color: rgb(72,26,69); }

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

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

 span { border-color: rgb(72,26,69); }

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