#450241

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

Shades of Mardi Gras #450241

Tints of Mardi Gras #450241

Color information

#450241 (or 0x450241) is unknown color: approx Mardi Gras. HEX triplet: 45, 02 and 41. RGB value is (69,2,65). Sum of RGB (Red+Green+Blue) = 69+2+65=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #450241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450241 is #BAFDBE. Grayscale: #1D1D1D. Windows color (decimal): -12254655 or 4260421. OLE color: 4260421.

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

Color convert

RGB69265-
CMYK00.970.060.73
HSL303.58º94.37%13.92%-
HSV(B)303.58º97.1%27.06%-
XYZ3.431.695.15-
YUV29.22148.2156.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=50.74%
G=1.47%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6926500.970.060.73303.5894.3713.92
Hex452410616491305ee
Octal10521010141611146013616
Binary100010110100000101100001110100100110011000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450241; }

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

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

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

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

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

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

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

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