#481B45

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

Shades of Mardi Gras #481B45

Tints of Mardi Gras #481B45

Color information

#481B45 (or 0x481B45) is unknown color: approx Mardi Gras. HEX triplet: 48, 1B and 45. RGB value is (72,27,69). Sum of RGB (Red+Green+Blue) = 72+27+69=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B45 is #B7E4BA. Grayscale: #2D2D2D. Windows color (decimal): -12051643 or 4528968. OLE color: 4528968.

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

Color convert

RGB722769-
CMYK00.620.040.72
HSL304º45.45%19.41%-
HSV(B)304º62.5%28.24%-
XYZ4.142.595.91-
YUV45.24141.41147.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=42.86%
G=16.07%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72276900.620.040.7230445.4519.41
Hex481B4503E4481302d13
Octal1103310507641104605523
Binary10010001101110001010111110100100100010011000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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