#451447

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

Shades of Mardi Gras #451447

Tints of Mardi Gras #451447

Color information

#451447 (or 0x451447) is unknown color: approx Mardi Gras. HEX triplet: 45, 14 and 47. RGB value is (69,20,71). Sum of RGB (Red+Green+Blue) = 69+20+71=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #451447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451447 is #BAEBB8. Grayscale: #282828. Windows color (decimal): -12250041 or 4658245. OLE color: 4658245.

HSL color Cylindrical-coordinate representation of color #451447: hue angle of 297.65º degrees, saturation: 0.56, 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 #451447 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB692071-
CMYK0.030.7200.72
HSL297.65º56.04%17.84%-
HSV(B)297.65º71.83%27.84%-
XYZ3.842.226.19-
YUV40.46145.23148.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=43.12%
G=12.5%
B=44.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6920710.030.7200.72297.6556.0417.84
Hex45144734804812a3812
Octal10524107311001104527022
Binary10001011010010001111110010000100100010010101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451447; }

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

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

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

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

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

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

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

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