#450841

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

Shades of Mardi Gras #450841

Tints of Mardi Gras #450841

Color information

#450841 (or 0x450841) is unknown color: approx Mardi Gras. HEX triplet: 45, 08 and 41. RGB value is (69,8,65). Sum of RGB (Red+Green+Blue) = 69+8+65=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #450841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450841 is #BAF7BE. Grayscale: #202020. Windows color (decimal): -12253119 or 4261957. OLE color: 4261957.

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

Color convert

RGB69865-
CMYK00.880.060.73
HSL303.93º79.22%15.1%-
HSV(B)303.93º88.41%27.06%-
XYZ3.51.825.17-
YUV32.74146.21153.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=48.59%
G=5.63%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6986500.880.060.73303.9379.2215.1
Hex458410586491304ff
Octal105101010130611146011717
Binary10001011000100000101011000110100100110011000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450841; }

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

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

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

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

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

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

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

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