#451448

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

Shades of Mardi Gras #451448

Tints of Mardi Gras #451448

Color information

#451448 (or 0x451448) is unknown color: approx Mardi Gras. HEX triplet: 45, 14 and 48. RGB value is (69,20,72). Sum of RGB (Red+Green+Blue) = 69+20+72=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #451448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451448 is #BAEBB7. Grayscale: #282828. Windows color (decimal): -12250040 or 4723781. OLE color: 4723781.

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

Color convert

RGB692072-
CMYK0.040.7200.72
HSL296.54º56.52%18.04%-
HSV(B)296.54º72.22%28.24%-
XYZ3.872.236.36-
YUV40.58145.73148.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=42.86%
G=12.42%
B=44.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6920720.040.7200.72296.5456.5218.04
Hex4514484480481293912
Octal10524110411001104517122
Binary100010110100100100010010010000100100010010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451448; }

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

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

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

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

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

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

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

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