#451247

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

Shades of Mardi Gras #451247

Tints of Mardi Gras #451247

Color information

#451247 (or 0x451247) is unknown color: approx Mardi Gras. HEX triplet: 45, 12 and 47. RGB value is (69,18,71). Sum of RGB (Red+Green+Blue) = 69+18+71=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #451247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451247 is #BAEDB8. Grayscale: #272727. Windows color (decimal): -12250553 or 4657733. OLE color: 4657733.

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

Color convert

RGB691871-
CMYK0.030.7500.72
HSL297.74º59.55%17.45%-
HSV(B)297.74º74.65%27.84%-
XYZ3.812.156.18-
YUV39.29145.9149.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=43.67%
G=11.39%
B=44.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6918710.030.7500.72297.7459.5517.45
Hex45124734B04812a3c11
Octal10522107311301104527421
Binary10001011001010001111110010110100100010010101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451247; }

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

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

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

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

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

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

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

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