#481843

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

Shades of Mardi Gras #481843

Tints of Mardi Gras #481843

Color information

#481843 (or 0x481843) is unknown color: approx Mardi Gras. HEX triplet: 48, 18 and 43. RGB value is (72,24,67). Sum of RGB (Red+Green+Blue) = 72+24+67=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481843 is #B7E7BC. Grayscale: #2B2B2B. Windows color (decimal): -12052413 or 4397128. OLE color: 4397128.

HSL color Cylindrical-coordinate representation of color #481843: hue angle of 306.25º 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 #481843 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB722467-
CMYK00.670.070.72
HSL306.25º50%18.82%-
HSV(B)306.25º66.67%28.24%-
XYZ4.012.445.57-
YUV43.25141.4148.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=44.17%
G=14.72%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72246700.670.070.72306.255018.82
Hex4818430437481323213
Octal11030103010371104626223
Binary100100011000100001101000011111100100010011001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481843; }

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

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

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

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

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

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

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

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