#451740

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

Shades of Mardi Gras #451740

Tints of Mardi Gras #451740

Color information

#451740 (or 0x451740) is unknown color: approx Mardi Gras. HEX triplet: 45, 17 and 40. RGB value is (69,23,64). Sum of RGB (Red+Green+Blue) = 69+23+64=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #451740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451740 is #BAE8BF. Grayscale: #292929. Windows color (decimal): -12249280 or 4200261. OLE color: 4200261.

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

Color convert

RGB692364-
CMYK00.670.070.73
HSL306.52º50%18.04%-
HSV(B)306.52º66.67%27.06%-
XYZ3.692.255.09-
YUV41.43140.74147.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=44.23%
G=14.74%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69236400.670.070.73306.525018.04
Hex4517400437491333212
Octal10527100010371114636222
Binary100010110111100000001000011111100100110011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451740; }

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

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

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

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

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

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

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

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