#451240

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

Shades of Mardi Gras #451240

Tints of Mardi Gras #451240

Color information

#451240 (or 0x451240) is unknown color: approx Mardi Gras. HEX triplet: 45, 12 and 40. RGB value is (69,18,64). Sum of RGB (Red+Green+Blue) = 69+18+64=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #451240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451240 is #BAEDBF. Grayscale: #262626. Windows color (decimal): -12250560 or 4198981. OLE color: 4198981.

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

Color convert

RGB691864-
CMYK00.740.070.73
HSL305.88º58.62%17.06%-
HSV(B)305.88º73.91%27.06%-
XYZ3.62.075.06-
YUV38.49142.4149.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=45.70%
G=11.92%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69186400.740.070.73305.8858.6217.06
Hex45124004A7491323b11
Octal10522100011271114627321
Binary100010110010100000001001010111100100110011001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451240; }

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

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

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

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

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

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

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

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