#451940

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

Shades of Mardi Gras #451940

Tints of Mardi Gras #451940

Color information

#451940 (or 0x451940) is unknown color: approx Mardi Gras. HEX triplet: 45, 19 and 40. RGB value is (69,25,64). Sum of RGB (Red+Green+Blue) = 69+25+64=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #451940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451940 is #BAE6BF. Grayscale: #2A2A2A. Windows color (decimal): -12248768 or 4200773. OLE color: 4200773.

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

Color convert

RGB692564-
CMYK00.640.070.73
HSL306.82º46.81%18.43%-
HSV(B)306.82º63.77%27.06%-
XYZ3.732.335.1-
YUV42.6140.08146.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=43.67%
G=15.82%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69256400.640.070.73306.8246.8118.43
Hex4519400407491332f12
Octal10531100010071114635722
Binary100010111001100000001000000111100100110011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451940; }

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

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

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

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

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

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

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

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