Html Css Color HEX #401F3F Mardi Gras

📋 copy color: '#401F3F'

red 64 ◦ green 31 ◦ blue 63

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

Shades of Mardi Gras #401F3F

Tints of Mardi Gras #401F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 40.51%
G = 19.62%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#401F3F (or 0x401F3F) is known color: Mardi Gras. HEX triplet: 40, 1F and 3F. RGB value is (64,31,63). Sum of RGB (Red+Green+Blue) = 64+31+63=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #401F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F3F is #BFE0C0. Grayscale: #2C2C2C. Windows color (decimal): -12574913 or 4136768. OLE color: 4136768.

HSL color Cylindrical-coordinate representation of color #401F3F: hue angle of 301.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F3F is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 31 63 -
CMYK 0 0.52 0.02 0.75
HSL 301.82º 0.35% 0.19% -
HSV(B) 301.82º 0.52% 0.25% -
XYZ 3.5 2.43 4.99 -
YUV 44.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 64 31 63 0 0.52 0.02 0.75 301.82 0.35 0.19
Hex 40 1F 3F 0 34 2 4B 12E 23 13
Octal 100 37 77 0 64 2 113 456 43 23
Binary 1000000 11111 111111 0 110100 10 1001011 100101110 100011 10011

Color Harmonies of #401F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F3F

Black with #401F3F

Text Example


Text Example

White with #401F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401F3F; }

 p { color: rgb(64,31,63); }

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

background-color css

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

 a { background-color: rgb(64,31,63); }

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

border-color css

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

 span { border-color: rgb(64,31,63); }

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