#481844

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

Shades of Mardi Gras #481844

Tints of Mardi Gras #481844

Color information

#481844 (or 0x481844) is unknown color: approx Mardi Gras. HEX triplet: 48, 18 and 44. RGB value is (72,24,68). Sum of RGB (Red+Green+Blue) = 72+24+68=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481844 is #B7E7BB. Grayscale: #2B2B2B. Windows color (decimal): -12052412 or 4462664. OLE color: 4462664.

HSL color Cylindrical-coordinate representation of color #481844: hue angle of 305º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481844 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB722468-
CMYK00.670.060.72
HSL305º50%18.82%-
HSV(B)305º66.67%28.24%-
XYZ4.042.455.73-
YUV43.37141.9148.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=43.90%
G=14.63%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72246800.670.060.723055018.82
Hex4818440436481313213
Octal11030104010361104616223
Binary100100011000100010001000011110100100010011000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481844; }

 p { color: rgb(72,24,68); }

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

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

 a { background-color: rgb(72,24,68); }

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

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

 span { border-color: rgb(72,24,68); }

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