#450B44

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

Shades of Mardi Gras #450B44

Tints of Mardi Gras #450B44

Color information

#450B44 (or 0x450B44) is unknown color: approx Mardi Gras. HEX triplet: 45, 0B and 44. RGB value is (69,11,68). Sum of RGB (Red+Green+Blue) = 69+11+68=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #450B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B44 is #BAF4BB. Grayscale: #222222. Windows color (decimal): -12252348 or 4459333. OLE color: 4459333.

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

Color convert

RGB691168-
CMYK00.840.010.73
HSL301.03º72.5%15.69%-
HSV(B)301.03º84.06%27.06%-
XYZ3.621.925.65-
YUV34.84146.72152.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=46.62%
G=7.43%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69116800.840.010.73301.0372.515.69
Hex45B4405414912d4810
Octal105131040124111145511020
Binary1000101101110001000101010011001001100101101100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,11,68); }

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

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

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

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

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

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

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