#450B3E

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

Shades of Mardi Gras #450B3E

Tints of Mardi Gras #450B3E

Color information

#450B3E (or 0x450B3E) is unknown color: approx Mardi Gras. HEX triplet: 45, 0B and 3E. RGB value is (69,11,62). Sum of RGB (Red+Green+Blue) = 69+11+62=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #450B3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B3E is #BAF4C1. Grayscale: #222222. Windows color (decimal): -12252354 or 4066117. OLE color: 4066117.

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

Color convert

RGB691162-
CMYK00.840.100.73
HSL307.24º72.5%15.69%-
HSV(B)307.24º84.06%27.06%-
XYZ3.441.854.73-
YUV34.16143.72152.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 11 (4.69% from 255) = 7.75%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=48.59%
G=7.75%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69116200.840.100.73307.2472.515.69
Hex45B3E054A491334810
Octal105137601241211146311020
Binary100010110111111100101010010101001001100110011100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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