#450B41

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

Shades of Mardi Gras #450B41

Tints of Mardi Gras #450B41

Color information

#450B41 (or 0x450B41) is unknown color: approx Mardi Gras. HEX triplet: 45, 0B and 41. RGB value is (69,11,65). Sum of RGB (Red+Green+Blue) = 69+11+65=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #450B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B41 is #BAF4BE. Grayscale: #222222. Windows color (decimal): -12252351 or 4262725. OLE color: 4262725.

HSL color Cylindrical-coordinate representation of color #450B41: hue angle of 304.14º 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 #450B41 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB691165-
CMYK00.840.060.73
HSL304.14º72.5%15.69%-
HSV(B)304.14º84.06%27.06%-
XYZ3.531.895.18-
YUV34.5145.22152.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=47.59%
G=7.59%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69116500.840.060.73304.1472.515.69
Hex45B410546491304810
Octal105131010124611146011020
Binary100010110111000001010101001101001001100110000100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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