#450540

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

Shades of Mardi Gras #450540

Tints of Mardi Gras #450540

Color information

#450540 (or 0x450540) is unknown color: approx Mardi Gras. HEX triplet: 45, 05 and 40. RGB value is (69,5,64). Sum of RGB (Red+Green+Blue) = 69+5+64=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #450540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450540 is #BAFABF. Grayscale: #1E1E1E. Windows color (decimal): -12253888 or 4195653. OLE color: 4195653.

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

Color convert

RGB69564-
CMYK00.930.070.73
HSL304.69º86.49%14.51%-
HSV(B)304.69º92.75%27.06%-
XYZ3.431.745.01-
YUV30.86146.7155.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=50%
G=3.62%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6956400.930.070.73304.6986.4914.51
Hex4554005D74913156f
Octal10551000135711146112617
Binary1000101101100000001011101111100100110011000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450540; }

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

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

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

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

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

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

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

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