Html Css Color HEX #400241 Mardi Gras

📋 copy color: '#400241'

red 64 ◦ green 2 ◦ blue 65

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

Shades of Mardi Gras #400241

Tints of Mardi Gras #400241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 48.85%
G = 1.53%
B = 49.62%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400241 (or 0x400241) is known color: Mardi Gras. HEX triplet: 40, 02 and 41. RGB value is (64,2,65). Sum of RGB (Red+Green+Blue) = 64+2+65=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #400241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400241 is #BFFDBE. Grayscale: #1B1B1B. Windows color (decimal): -12582335 or 4260416. OLE color: 4260416.

HSL color Cylindrical-coordinate representation of color #400241: hue angle of 299.05º 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 #400241 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 65 -
CMYK 0.02 0.97 0 0.75
HSL 299.05º 0.94% 0.13% -
HSV(B) 299.05º 0.97% 0.25% -
XYZ 3.09 1.52 5.13 -
YUV 27.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 64 2 65 0.02 0.97 0 0.75 299.05 0.94 0.13
Hex 40 2 41 2 61 0 4B 12B 5E D
Octal 100 2 101 2 141 0 113 453 136 15
Binary 1000000 10 1000001 10 1100001 0 1001011 100101011 1011110 1101

Color Harmonies of #400241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400241

Black with #400241

Text Example


Text Example

White with #400241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400241; }

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

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

background-color css

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

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

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

border-color css

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

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

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