#450445

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

Shades of Mardi Gras #450445

Tints of Mardi Gras #450445

Color information

#450445 (or 0x450445) is unknown color: approx Mardi Gras. HEX triplet: 45, 04 and 45. RGB value is (69,4,69). Sum of RGB (Red+Green+Blue) = 69+4+69=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: red, blue. Hex color #450445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450445 is #BAFBBA. Grayscale: #1E1E1E. Windows color (decimal): -12254139 or 4523077. OLE color: 4523077.

HSL color Cylindrical-coordinate representation of color #450445: hue angle of 300º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450445 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB69469-
CMYK00.9400.73
HSL300º89.04%14.31%-
HSV(B)300º94.2%27.06%-
XYZ3.571.785.79-
YUV30.84149.53155.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=48.59%
G=2.82%
B=48.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6946900.9400.7330089.0414.31
Hex4544505E04912c59e
Octal10541050136011145413116
Binary10001011001000101010111100100100110010110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450445; }

 p { color: rgb(69,4,69); }

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

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

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

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

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

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

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