#400045

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

Shades of Mardi Gras #400045

Tints of Mardi Gras #400045

Color information

#400045 (or 0x400045) is unknown color: approx Mardi Gras. HEX triplet: 40, 00 and 45. RGB value is (64,0,69). Sum of RGB (Red+Green+Blue) = 64+0+69=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #400045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400045 is #BFFFBA. Grayscale: #1A1A1A. Windows color (decimal): -12582843 or 4522048. OLE color: 4522048.

HSL color Cylindrical-coordinate representation of color #400045: hue angle of 295.65º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400045 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB64069-
CMYK0.07100.73
HSL295.65º100%13.53%-
HSV(B)295.65º100%27.06%-
XYZ3.191.525.76-
YUV27151.7154.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=48.12%
G=0%
B=51.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal640690.07100.73295.6510013.53
Hex4004576404912864e
Octal10001057144011145014416
Binary10000000100010111111001000100100110010100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400045; }

 p { color: rgb(64,0,69); }

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

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

 a { background-color: rgb(64,0,69); }

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

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

 span { border-color: rgb(64,0,69); }

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