#481645

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

Shades of Mardi Gras #481645

Tints of Mardi Gras #481645

Color information

#481645 (or 0x481645) is unknown color: approx Mardi Gras. HEX triplet: 48, 16 and 45. RGB value is (72,22,69). Sum of RGB (Red+Green+Blue) = 72+22+69=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481645 is #B7E9BA. Grayscale: #2A2A2A. Windows color (decimal): -12052923 or 4527688. OLE color: 4527688.

HSL color Cylindrical-coordinate representation of color #481645: hue angle of 303.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481645 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB722269-
CMYK00.690.040.72
HSL303.6º53.19%18.43%-
HSV(B)303.6º69.44%28.24%-
XYZ4.032.385.88-
YUV42.31143.06149.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=44.17%
G=13.50%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72226900.690.040.72303.653.1918.43
Hex4816450454481303512
Octal11026105010541104606522
Binary100100010110100010101000101100100100010011000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481645; }

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

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

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

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

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

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

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

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