#440545

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

Shades of Mardi Gras #440545

Tints of Mardi Gras #440545

Color information

#440545 (or 0x440545) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 45. RGB value is (68,5,69). Sum of RGB (Red+Green+Blue) = 68+5+69=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #440545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440545 is #BBFABA. Grayscale: #1E1E1E. Windows color (decimal): -12319419 or 4523332. OLE color: 4523332.

HSL color Cylindrical-coordinate representation of color #440545: hue angle of 299.06º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440545 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB68569-
CMYK0.010.9300.73
HSL299.06º86.49%14.51%-
HSV(B)299.06º92.75%27.06%-
XYZ3.511.775.79-
YUV31.13149.37154.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=47.89%
G=3.52%
B=48.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal685690.010.9300.73299.0686.4914.51
Hex4454515D04912b56f
Octal10451051135011145312617
Binary10001001011000101110111010100100110010101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440545; }

 p { color: rgb(68,5,69); }

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

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

 a { background-color: rgb(68,5,69); }

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

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

 span { border-color: rgb(68,5,69); }

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