#451241

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

Shades of Mardi Gras #451241

Tints of Mardi Gras #451241

Color information

#451241 (or 0x451241) is unknown color: approx Mardi Gras. HEX triplet: 45, 12 and 41. RGB value is (69,18,65). Sum of RGB (Red+Green+Blue) = 69+18+65=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #451241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451241 is #BAEDBE. Grayscale: #262626. Windows color (decimal): -12250559 or 4264517. OLE color: 4264517.

HSL color Cylindrical-coordinate representation of color #451241: hue angle of 304.71º 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 #451241 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB691865-
CMYK00.740.060.73
HSL304.71º58.62%17.06%-
HSV(B)304.71º73.91%27.06%-
XYZ3.622.085.21-
YUV38.61142.9149.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=45.39%
G=11.84%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69186500.740.060.73304.7158.6217.06
Hex45124104A6491313b11
Octal10522101011261114617321
Binary100010110010100000101001010110100100110011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451241; }

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

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

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

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

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

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

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

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