#450242

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

Shades of Mardi Gras #450242

Tints of Mardi Gras #450242

Color information

#450242 (or 0x450242) is unknown color: approx Mardi Gras. HEX triplet: 45, 02 and 42. RGB value is (69,2,66). Sum of RGB (Red+Green+Blue) = 69+2+66=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #450242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450242 is #BAFDBD. Grayscale: #1D1D1D. Windows color (decimal): -12254654 or 4325957. OLE color: 4325957.

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

Color convert

RGB69266-
CMYK00.970.040.73
HSL302.69º94.37%13.92%-
HSV(B)302.69º97.1%27.06%-
XYZ3.461.75.3-
YUV29.33148.7156.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 66 (26.17% from 255) = 48.18%
R=50.36%
G=1.46%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6926600.970.040.73302.6994.3713.92
Hex4524206144912f5ee
Octal10521020141411145713616
Binary100010110100001001100001100100100110010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450242; }

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

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

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

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

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

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

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

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