#450E40

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

Shades of Mardi Gras #450E40

Tints of Mardi Gras #450E40

Color information

#450E40 (or 0x450E40) is unknown color: approx Mardi Gras. HEX triplet: 45, 0E and 40. RGB value is (69,14,64). Sum of RGB (Red+Green+Blue) = 69+14+64=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #450E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E40 is #BAF1BF. Grayscale: #242424. Windows color (decimal): -12251584 or 4197957. OLE color: 4197957.

HSL color Cylindrical-coordinate representation of color #450E40: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E40 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB691464-
CMYK00.800.070.73
HSL305.45º66.27%16.27%-
HSV(B)305.45º79.71%27.06%-
XYZ3.541.955.04-
YUV36.15143.72151.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=46.94%
G=9.52%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69146400.800.070.73305.4566.2716.27
Hex45E400507491314210
Octal105161000120711146110220
Binary100010111101000000010100001111001001100110001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450E40; }

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

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

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

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

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

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

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

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