Html Css Color HEX #400139 Mardi Gras

📋 copy color: '#400139'

red 64 ◦ green 1 ◦ blue 57

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

Shades of Mardi Gras #400139

Tints of Mardi Gras #400139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 57 (22.66% from 255) = 46.72%

R = 52.46%
G = 0.82%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400139 (or 0x400139) is known color: Mardi Gras. HEX triplet: 40, 01 and 39. RGB value is (64,1,57). Sum of RGB (Red+Green+Blue) = 64+1+57=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400139 is #BFFEC6. Grayscale: #1A1A1A. Windows color (decimal): -12582599 or 3735872. OLE color: 3735872.

HSL color Cylindrical-coordinate representation of color #400139: hue angle of 306.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400139 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 1 57 -
CMYK 0 0.98 0.11 0.75
HSL 306.67º 0.97% 0.13% -
HSV(B) 306.67º 0.98% 0.25% -
XYZ 2.86 1.41 3.99 -
YUV 26.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 64 1 57 0 0.98 0.11 0.75 306.67 0.97 0.13
Hex 40 1 39 0 62 B 4B 133 61 D
Octal 100 1 71 0 142 13 113 463 141 15
Binary 1000000 1 111001 0 1100010 1011 1001011 100110011 1100001 1101

Color Harmonies of #400139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400139

Black with #400139

Text Example


Text Example

White with #400139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400139; }

 p { color: rgb(64,1,57); }

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

background-color css

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

 a { background-color: rgb(64,1,57); }

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

border-color css

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

 span { border-color: rgb(64,1,57); }

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