Html Css Color HEX #400546 Mardi Gras

📋 copy color: '#400546'

red 64 ◦ green 5 ◦ blue 70

#400546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #400546

Tints of Mardi Gras #400546

RGB

 RED value IS 64 (25.39% from 255) = 46.04%

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 46.04%
G = 3.6%
B = 50.36%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400546 (or 0x400546) is known color: Mardi Gras. HEX triplet: 40, 05 and 46. RGB value is (64,5,70). Sum of RGB (Red+Green+Blue) = 64+5+70=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #400546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400546 is #BFFAB9. Grayscale: #1D1D1D. Windows color (decimal): -12581562 or 4588864. OLE color: 4588864.

HSL color Cylindrical-coordinate representation of color #400546: hue angle of 294.46º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400546 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 5 70 -
CMYK 0.09 0.93 0 0.73
HSL 294.46º 0.87% 0.15% -
HSV(B) 294.46º 0.93% 0.27% -
XYZ 3.27 1.64 5.94 -
YUV 30.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 64 5 70 0.09 0.93 0 0.73 294.46 0.87 0.15
Hex 40 5 46 9 5D 0 49 126 57 F
Octal 100 5 106 11 135 0 111 446 127 17
Binary 1000000 101 1000110 1001 1011101 0 1001001 100100110 1010111 1111

Color Harmonies of #400546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400546

Black with #400546

Text Example


Text Example

White with #400546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400546; }

 p { color: rgb(64,5,70); }

 H1.HeaderClassName
 {
   color: #400546;
 }
 .AnyTagClassName
 {
   color: #400546;
 }
</style>

background-color css

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

 a { background-color: rgb(64,5,70); }

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

border-color css

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

 span { border-color: rgb(64,5,70); }

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