#451640

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

Shades of Mardi Gras #451640

Tints of Mardi Gras #451640

Color information

#451640 (or 0x451640) is unknown color: approx Mardi Gras. HEX triplet: 45, 16 and 40. RGB value is (69,22,64). Sum of RGB (Red+Green+Blue) = 69+22+64=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451640 is #BAE9BF. Grayscale: #282828. Windows color (decimal): -12249536 or 4200005. OLE color: 4200005.

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

Color convert

RGB692264-
CMYK00.680.070.73
HSL306.38º51.65%17.84%-
HSV(B)306.38º68.12%27.06%-
XYZ3.672.215.08-
YUV40.84141.07148.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=44.52%
G=14.19%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69226400.680.070.73306.3851.6517.84
Hex4516400447491323412
Octal10526100010471114626422
Binary100010110110100000001000100111100100110011001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451640; }

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

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

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

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

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

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

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

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