Html Css Color HEX #400239 Mardi Gras

📋 copy color: '#400239'

red 64 ◦ green 2 ◦ blue 57

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

Shades of Mardi Gras #400239

Tints of Mardi Gras #400239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

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

R = 52.03%
G = 1.63%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400239 (or 0x400239) is known color: Mardi Gras. HEX triplet: 40, 02 and 39. RGB value is (64,2,57). Sum of RGB (Red+Green+Blue) = 64+2+57=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400239 is #BFFDC6. Grayscale: #1A1A1A. Windows color (decimal): -12582343 or 3736128. OLE color: 3736128.

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

Color convert

RGB 64 2 57 -
CMYK 0 0.97 0.11 0.75
HSL 306.77º 0.94% 0.13% -
HSV(B) 306.77º 0.97% 0.25% -
XYZ 2.87 1.43 4 -
YUV 26.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 64 2 57 0 0.97 0.11 0.75 306.77 0.94 0.13
Hex 40 2 39 0 61 B 4B 133 5E D
Octal 100 2 71 0 141 13 113 463 136 15
Binary 1000000 10 111001 0 1100001 1011 1001011 100110011 1011110 1101

Color Harmonies of #400239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400239

Black with #400239

Text Example


Text Example

White with #400239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400239; }

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

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

background-color css

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

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

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

border-color css

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

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

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