Html Css Color HEX #400444 Mardi Gras

📋 copy color: '#400444'

red 64 ◦ green 4 ◦ blue 68

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

Shades of Mardi Gras #400444

Tints of Mardi Gras #400444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 68 (26.95% from 255) = 50%

R = 47.06%
G = 2.94%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400444 (or 0x400444) is known color: Mardi Gras. HEX triplet: 40, 04 and 44. RGB value is (64,4,68). Sum of RGB (Red+Green+Blue) = 64+4+68=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #400444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400444 is #BFFBBB. Grayscale: #1D1D1D. Windows color (decimal): -12581820 or 4457536. OLE color: 4457536.

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

Color convert

RGB 64 4 68 -
CMYK 0.06 0.94 0 0.73
HSL 296.25º 0.89% 0.14% -
HSV(B) 296.25º 0.94% 0.27% -
XYZ 3.2 1.59 5.61 -
YUV 29.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 64 4 68 0.06 0.94 0 0.73 296.25 0.89 0.14
Hex 40 4 44 6 5E 0 49 128 59 E
Octal 100 4 104 6 136 0 111 450 131 16
Binary 1000000 100 1000100 110 1011110 0 1001001 100101000 1011001 1110

Color Harmonies of #400444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400444

Black with #400444

Text Example


Text Example

White with #400444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400444; }

 p { color: rgb(64,4,68); }

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

background-color css

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

 a { background-color: rgb(64,4,68); }

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

border-color css

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

 span { border-color: rgb(64,4,68); }

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