#450A48

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

Shades of Mardi Gras #450A48

Tints of Mardi Gras #450A48

Color information

#450A48 (or 0x450A48) is unknown color: approx Mardi Gras. HEX triplet: 45, 0A and 48. RGB value is (69,10,72). Sum of RGB (Red+Green+Blue) = 69+10+72=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #450A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A48 is #BAF5B7. Grayscale: #222222. Windows color (decimal): -12252600 or 4721221. OLE color: 4721221.

HSL color Cylindrical-coordinate representation of color #450A48: hue angle of 297.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A48 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB691072-
CMYK0.040.8600.72
HSL297.1º75.61%16.08%-
HSV(B)297.1º86.11%28.24%-
XYZ3.731.956.31-
YUV34.71149.05152.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=45.70%
G=6.62%
B=47.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6910720.040.8600.72297.175.6116.08
Hex45A484560481294c10
Octal105121104126011045111420
Binary100010110101001000100101011001001000100101001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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