#481944

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

Shades of Mardi Gras #481944

Tints of Mardi Gras #481944

Color information

#481944 (or 0x481944) is unknown color: approx Mardi Gras. HEX triplet: 48, 19 and 44. RGB value is (72,25,68). Sum of RGB (Red+Green+Blue) = 72+25+68=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481944 is #B7E6BB. Grayscale: #2B2B2B. Windows color (decimal): -12052156 or 4462920. OLE color: 4462920.

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

Color convert

RGB722568-
CMYK00.650.060.72
HSL305.11º48.45%19.02%-
HSV(B)305.11º65.28%28.24%-
XYZ4.062.495.74-
YUV43.96141.57148-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=43.64%
G=15.15%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72256800.650.060.72305.1148.4519.02
Hex4819440416481313013
Octal11031104010161104616023
Binary100100011001100010001000001110100100010011000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481944; }

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

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

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

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

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

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

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

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