#450A40

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

Shades of Mardi Gras #450A40

Tints of Mardi Gras #450A40

Color information

#450A40 (or 0x450A40) is unknown color: approx Mardi Gras. HEX triplet: 45, 0A and 40. RGB value is (69,10,64). Sum of RGB (Red+Green+Blue) = 69+10+64=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #450A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A40 is #BAF5BF. Grayscale: #212121. Windows color (decimal): -12252608 or 4196933. OLE color: 4196933.

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

Color convert

RGB691064-
CMYK00.860.070.73
HSL305.08º74.68%15.49%-
HSV(B)305.08º85.51%27.06%-
XYZ3.491.855.02-
YUV33.8145.05153.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 10 (4.30% from 255) = 6.99%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=48.25%
G=6.99%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69106400.860.070.73305.0874.6815.49
Hex45A400567491314bf
Octal105121000126711146111317
Binary10001011010100000001010110111100100110011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450A40; }

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

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

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

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

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

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

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

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