#450240

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

Shades of Mardi Gras #450240

Tints of Mardi Gras #450240

Color information

#450240 (or 0x450240) is unknown color: approx Mardi Gras. HEX triplet: 45, 02 and 40. RGB value is (69,2,64). Sum of RGB (Red+Green+Blue) = 69+2+64=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #450240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450240 is #BAFDBF. Grayscale: #1C1C1C. Windows color (decimal): -12254656 or 4194885. OLE color: 4194885.

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

Color convert

RGB69264-
CMYK00.970.070.73
HSL304.48º94.37%13.92%-
HSV(B)304.48º97.1%27.06%-
XYZ3.41.685-
YUV29.1147.7156.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=51.11%
G=1.48%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6926400.970.070.73304.4894.3713.92
Hex452400617491305ee
Octal10521000141711146013616
Binary100010110100000001100001111100100110011000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450240; }

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

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

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

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

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

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

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

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