#451942

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

Shades of Mardi Gras #451942

Tints of Mardi Gras #451942

Color information

#451942 (or 0x451942) is unknown color: approx Mardi Gras. HEX triplet: 45, 19 and 42. RGB value is (69,25,66). Sum of RGB (Red+Green+Blue) = 69+25+66=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #451942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451942 is #BAE6BD. Grayscale: #2A2A2A. Windows color (decimal): -12248766 or 4331845. OLE color: 4331845.

HSL color Cylindrical-coordinate representation of color #451942: hue angle of 304.09º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #451942 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB692566-
CMYK00.640.040.73
HSL304.09º46.81%18.43%-
HSV(B)304.09º63.77%27.06%-
XYZ3.792.355.41-
YUV42.83141.08146.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=43.12%
G=15.62%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69256600.640.040.73304.0946.8118.43
Hex4519420404491302f12
Octal10531102010041114605722
Binary100010111001100001001000000100100100110011000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451942; }

 p { color: rgb(69,25,66); }

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

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

 a { background-color: rgb(69,25,66); }

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

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

 span { border-color: rgb(69,25,66); }

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