#451243

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

Shades of Mardi Gras #451243

Tints of Mardi Gras #451243

Color information

#451243 (or 0x451243) is unknown color: approx Mardi Gras. HEX triplet: 45, 12 and 43. RGB value is (69,18,67). Sum of RGB (Red+Green+Blue) = 69+18+67=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451243 is #BAEDBC. Grayscale: #262626. Windows color (decimal): -12250557 or 4395589. OLE color: 4395589.

HSL color Cylindrical-coordinate representation of color #451243: hue angle of 302.35º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451243 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB691867-
CMYK00.740.030.73
HSL302.35º58.62%17.06%-
HSV(B)302.35º73.91%27.06%-
XYZ3.682.15.52-
YUV38.84143.9149.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=44.81%
G=11.69%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69186700.740.030.73302.3558.6217.06
Hex45124304A34912e3b11
Octal10522103011231114567321
Binary10001011001010000110100101011100100110010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451243; }

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

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

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

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

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

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

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

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