#481845

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

Shades of Mardi Gras #481845

Tints of Mardi Gras #481845

Color information

#481845 (or 0x481845) is unknown color: approx Mardi Gras. HEX triplet: 48, 18 and 45. RGB value is (72,24,69). Sum of RGB (Red+Green+Blue) = 72+24+69=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481845 is #B7E7BA. Grayscale: #2B2B2B. Windows color (decimal): -12052411 or 4528200. OLE color: 4528200.

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

Color convert

RGB722469-
CMYK00.670.040.72
HSL303.75º50%18.82%-
HSV(B)303.75º66.67%28.24%-
XYZ4.072.465.89-
YUV43.48142.4148.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=43.64%
G=14.55%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72246900.670.040.72303.755018.82
Hex4818450434481303213
Octal11030105010341104606223
Binary100100011000100010101000011100100100010011000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481845; }

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

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

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

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

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

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

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

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