#450340

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

Shades of Mardi Gras #450340

Tints of Mardi Gras #450340

Color information

#450340 (or 0x450340) is unknown color: approx Mardi Gras. HEX triplet: 45, 03 and 40. RGB value is (69,3,64). Sum of RGB (Red+Green+Blue) = 69+3+64=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #450340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450340 is #BAFCBF. Grayscale: #1D1D1D. Windows color (decimal): -12254400 or 4195141. OLE color: 4195141.

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

Color convert

RGB69364-
CMYK00.960.070.73
HSL304.55º91.67%14.12%-
HSV(B)304.55º95.65%27.06%-
XYZ3.411.75-
YUV29.69147.37156.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=50.74%
G=2.21%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6936400.960.070.73304.5591.6714.12
Hex453400607491315ce
Octal10531000140711146113416
Binary100010111100000001100000111100100110011000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450340; }

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

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

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

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

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

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

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

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