#450C3F

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

Shades of Mardi Gras #450C3F

Tints of Mardi Gras #450C3F

Color information

#450C3F (or 0x450C3F) is unknown color: approx Mardi Gras. HEX triplet: 45, 0C and 3F. RGB value is (69,12,63). Sum of RGB (Red+Green+Blue) = 69+12+63=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #450C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C3F is #BAF3C0. Grayscale: #222222. Windows color (decimal): -12252097 or 4131909. OLE color: 4131909.

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

Color convert

RGB691263-
CMYK00.830.090.73
HSL306.32º70.37%15.88%-
HSV(B)306.32º82.61%27.06%-
XYZ3.481.894.88-
YUV34.86143.88152.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 63 (25% from 255) = 43.75%
R=47.92%
G=8.33%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69126300.830.090.73306.3270.3715.88
Hex45C3F0539491324610
Octal105147701231111146210620
Binary100010111001111110101001110011001001100110010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,12,63); }

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

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

 a { background-color: rgb(69,12,63); }

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

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

 span { border-color: rgb(69,12,63); }

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