#450440

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

Shades of Mardi Gras #450440

Tints of Mardi Gras #450440

Color information

#450440 (or 0x450440) is unknown color: approx Mardi Gras. HEX triplet: 45, 04 and 40. RGB value is (69,4,64). Sum of RGB (Red+Green+Blue) = 69+4+64=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #450440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450440 is #BAFBBF. Grayscale: #1E1E1E. Windows color (decimal): -12254144 or 4195397. OLE color: 4195397.

HSL color Cylindrical-coordinate representation of color #450440: hue angle of 304.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450440 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB69464-
CMYK00.940.070.73
HSL304.62º89.04%14.31%-
HSV(B)304.62º94.2%27.06%-
XYZ3.421.725-
YUV30.28147.03155.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=50.36%
G=2.92%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6946400.940.070.73304.6289.0414.31
Hex4544005E74913159e
Octal10541000136711146113116
Binary1000101100100000001011110111100100110011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450440; }

 p { color: rgb(69,4,64); }

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

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

 a { background-color: rgb(69,4,64); }

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

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

 span { border-color: rgb(69,4,64); }

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