Html Css Color HEX #400339 Mardi Gras

📋 copy color: '#400339'

red 64 ◦ green 3 ◦ blue 57

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

Shades of Mardi Gras #400339

Tints of Mardi Gras #400339

RGB

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

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

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

R = 51.61%
G = 2.42%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#400339 (or 0x400339) is known color: Mardi Gras. HEX triplet: 40, 03 and 39. RGB value is (64,3,57). Sum of RGB (Red+Green+Blue) = 64+3+57=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400339 is #BFFCC6. Grayscale: #1B1B1B. Windows color (decimal): -12582087 or 3736384. OLE color: 3736384.

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

Color convert

RGB 64 3 57 -
CMYK 0 0.95 0.11 0.75
HSL 306.89º 0.91% 0.13% -
HSV(B) 306.89º 0.95% 0.25% -
XYZ 2.89 1.45 4 -
YUV 27.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 64 3 57 0 0.95 0.11 0.75 306.89 0.91 0.13
Hex 40 3 39 0 5F B 4B 133 5B D
Octal 100 3 71 0 137 13 113 463 133 15
Binary 1000000 11 111001 0 1011111 1011 1001011 100110011 1011011 1101

Color Harmonies of #400339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400339

Black with #400339

Text Example


Text Example

White with #400339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400339; }

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

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

background-color css

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

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

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

border-color css

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

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

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