#451148

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

Shades of Mardi Gras #451148

Tints of Mardi Gras #451148

Color information

#451148 (or 0x451148) is unknown color: approx Mardi Gras. HEX triplet: 45, 11 and 48. RGB value is (69,17,72). Sum of RGB (Red+Green+Blue) = 69+17+72=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #451148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451148 is #BAEEB7. Grayscale: #262626. Windows color (decimal): -12250808 or 4723013. OLE color: 4723013.

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

Color convert

RGB691772-
CMYK0.040.7600.72
HSL296.73º61.8%17.45%-
HSV(B)296.73º76.39%28.24%-
XYZ3.822.136.34-
YUV38.82146.73149.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=43.67%
G=10.76%
B=45.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6917720.040.7600.72296.7361.817.45
Hex45114844C0481293e11
Octal10521110411401104517621
Binary100010110001100100010010011000100100010010100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451148; }

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

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

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

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

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

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

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

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