#450441

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

Shades of Mardi Gras #450441

Tints of Mardi Gras #450441

Color information

#450441 (or 0x450441) is unknown color: approx Mardi Gras. HEX triplet: 45, 04 and 41. RGB value is (69,4,65). Sum of RGB (Red+Green+Blue) = 69+4+65=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #450441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450441 is #BAFBBE. Grayscale: #1E1E1E. Windows color (decimal): -12254143 or 4260933. OLE color: 4260933.

HSL color Cylindrical-coordinate representation of color #450441: hue angle of 303.69º 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 #450441 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB69465-
CMYK00.940.060.73
HSL303.69º89.04%14.31%-
HSV(B)303.69º94.2%27.06%-
XYZ3.451.735.15-
YUV30.39147.53155.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=50%
G=2.90%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6946500.940.060.73303.6989.0414.31
Hex4544105E64913059e
Octal10541010136611146013116
Binary1000101100100000101011110110100100110011000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450441; }

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

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

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

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

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

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

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

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