#450042

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

Shades of Mardi Gras #450042

Tints of Mardi Gras #450042

Color information

#450042 (or 0x450042) is unknown color: approx Mardi Gras. HEX triplet: 45, 00 and 42. RGB value is (69,0,66). Sum of RGB (Red+Green+Blue) = 69+0+66=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #450042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450042 is #BAFFBD. Grayscale: #1B1B1B. Windows color (decimal): -12255166 or 4325445. OLE color: 4325445.

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

Color convert

RGB69066-
CMYK010.040.73
HSL302.61º100%13.53%-
HSV(B)302.61º100%27.06%-
XYZ3.441.665.29-
YUV28.16149.36157.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=51.11%
G=0%
B=48.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69066010.040.73302.6110013.53
Hex4504206444912f64e
Octal10501020144411145714416
Binary10001010100001001100100100100100110010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450042; }

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

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

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

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

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

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

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

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