Html Css Color HEX #400344 Mardi Gras

📋 copy color: '#400344'

red 64 ◦ green 3 ◦ blue 68

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

Shades of Mardi Gras #400344

Tints of Mardi Gras #400344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

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

R = 47.41%
G = 2.22%
B = 50.37%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400344 (or 0x400344) is known color: Mardi Gras. HEX triplet: 40, 03 and 44. RGB value is (64,3,68). Sum of RGB (Red+Green+Blue) = 64+3+68=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #400344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400344 is #BFFCBB. Grayscale: #1C1C1C. Windows color (decimal): -12582076 or 4457280. OLE color: 4457280.

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

Color convert

RGB 64 3 68 -
CMYK 0.06 0.96 0 0.73
HSL 296.31º 0.92% 0.14% -
HSV(B) 296.31º 0.96% 0.27% -
XYZ 3.19 1.57 5.6 -
YUV 28.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 64 3 68 0.06 0.96 0 0.73 296.31 0.92 0.14
Hex 40 3 44 6 60 0 49 128 5C E
Octal 100 3 104 6 140 0 111 450 134 16
Binary 1000000 11 1000100 110 1100000 0 1001001 100101000 1011100 1110

Color Harmonies of #400344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400344

Black with #400344

Text Example


Text Example

White with #400344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400344; }

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

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

background-color css

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

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

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

border-color css

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

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

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