#450E41

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

Shades of Mardi Gras #450E41

Tints of Mardi Gras #450E41

Color information

#450E41 (or 0x450E41) is unknown color: approx Mardi Gras. HEX triplet: 45, 0E and 41. RGB value is (69,14,65). Sum of RGB (Red+Green+Blue) = 69+14+65=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #450E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E41 is #BAF1BE. Grayscale: #242424. Windows color (decimal): -12251583 or 4263493. OLE color: 4263493.

HSL color Cylindrical-coordinate representation of color #450E41: hue angle of 304.36º 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 #450E41 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB691465-
CMYK00.800.060.73
HSL304.36º66.27%16.27%-
HSV(B)304.36º79.71%27.06%-
XYZ3.571.965.19-
YUV36.26144.22151.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=46.62%
G=9.46%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69146500.800.060.73304.3666.2716.27
Hex45E410506491304210
Octal105161010120611146010220
Binary100010111101000001010100001101001001100110000100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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