#450D45

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

Shades of Mardi Gras #450D45

Tints of Mardi Gras #450D45

Color information

#450D45 (or 0x450D45) is unknown color: approx Mardi Gras. HEX triplet: 45, 0D and 45. RGB value is (69,13,69). Sum of RGB (Red+Green+Blue) = 69+13+69=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: red, blue. Hex color #450D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D45 is #BAF2BA. Grayscale: #232323. Windows color (decimal): -12251835 or 4525381. OLE color: 4525381.

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

Color convert

RGB691369-
CMYK00.8100.73
HSL300º68.29%16.08%-
HSV(B)300º81.16%27.06%-
XYZ3.671.985.82-
YUV36.13146.55151.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=45.70%
G=8.61%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69136900.8100.7330068.2916.08
Hex45D4505104912c4410
Octal105151050121011145410420
Binary1000101110110001010101000101001001100101100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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