Html Css Color HEX #401239 Mardi Gras

📋 copy color: '#401239'

red 64 ◦ green 18 ◦ blue 57

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

Shades of Mardi Gras #401239

Tints of Mardi Gras #401239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 46.04%
G = 12.95%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#401239 (or 0x401239) is known color: Mardi Gras. HEX triplet: 40, 12 and 39. RGB value is (64,18,57). Sum of RGB (Red+Green+Blue) = 64+18+57=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401239 is #BFEDC6. Grayscale: #242424. Windows color (decimal): -12578247 or 3740224. OLE color: 3740224.

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

Color convert

RGB 64 18 57 -
CMYK 0 0.72 0.11 0.75
HSL 309.13º 0.56% 0.16% -
HSV(B) 309.13º 0.72% 0.25% -
XYZ 3.07 1.82 4.06 -
YUV 36.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 64 18 57 0 0.72 0.11 0.75 309.13 0.56 0.16
Hex 40 12 39 0 48 B 4B 135 38 10
Octal 100 22 71 0 110 13 113 465 70 20
Binary 1000000 10010 111001 0 1001000 1011 1001011 100110101 111000 10000

Color Harmonies of #401239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401239

Black with #401239

Text Example


Text Example

White with #401239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401239; }

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

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

background-color css

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

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

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

border-color css

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

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

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