#4A1645

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

Shades of Mardi Gras #4A1645

Tints of Mardi Gras #4A1645

Color information

#4A1645 (or 0x4A1645) is unknown color: approx Mardi Gras. HEX triplet: 4A, 16 and 45. RGB value is (74,22,69). Sum of RGB (Red+Green+Blue) = 74+22+69=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1645 is #B5E9BA. Grayscale: #2A2A2A. Windows color (decimal): -11921851 or 4527690. OLE color: 4527690.

HSL color Cylindrical-coordinate representation of color #4A1645: hue angle of 305.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1645 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB742269-
CMYK00.700.070.71
HSL305.77º54.17%18.82%-
HSV(B)305.77º70.27%29.02%-
XYZ4.192.465.88-
YUV42.91142.73150.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.85%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=44.85%
G=13.33%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74226900.700.070.71305.7754.1718.82
Hex4A16450467471323613
Octal11226105010671074626623
Binary100101010110100010101000110111100011110011001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1645; }

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

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

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

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

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

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

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

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