#450941

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

Shades of Mardi Gras #450941

Tints of Mardi Gras #450941

Color information

#450941 (or 0x450941) is unknown color: approx Mardi Gras. HEX triplet: 45, 09 and 41. RGB value is (69,9,65). Sum of RGB (Red+Green+Blue) = 69+9+65=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #450941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450941 is #BAF6BE. Grayscale: #212121. Windows color (decimal): -12252863 or 4262213. OLE color: 4262213.

HSL color Cylindrical-coordinate representation of color #450941: hue angle of 304º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450941 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB69965-
CMYK00.870.060.73
HSL304º76.92%15.29%-
HSV(B)304º86.96%27.06%-
XYZ3.511.845.17-
YUV33.32145.88153.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=48.25%
G=6.29%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6996500.870.060.7330476.9215.29
Hex459410576491304df
Octal105111010127611146011517
Binary10001011001100000101010111110100100110011000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450941; }

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

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

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

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

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

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

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

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