Html Css Color HEX #400F41 Mardi Gras

📋 copy color: '#400F41'

red 64 ◦ green 15 ◦ blue 65

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

Shades of Mardi Gras #400F41

Tints of Mardi Gras #400F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

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

R = 44.44%
G = 10.42%
B = 45.14%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400F41 (or 0x400F41) is known color: Mardi Gras. HEX triplet: 40, 0F and 41. RGB value is (64,15,65). Sum of RGB (Red+Green+Blue) = 64+15+65=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #400F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F41 is #BFF0BE. Grayscale: #232323. Windows color (decimal): -12579007 or 4263744. OLE color: 4263744.

HSL color Cylindrical-coordinate representation of color #400F41: hue angle of 298.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F41 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 15 65 -
CMYK 0.02 0.77 0 0.75
HSL 298.8º 0.63% 0.16% -
HSV(B) 298.8º 0.77% 0.25% -
XYZ 3.24 1.81 5.18 -
YUV 35.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 64 15 65 0.02 0.77 0 0.75 298.8 0.63 0.16
Hex 40 F 41 2 4D 0 4B 12B 3E 10
Octal 100 17 101 2 115 0 113 453 76 20
Binary 1000000 1111 1000001 10 1001101 0 1001011 100101011 111110 10000

Color Harmonies of #400F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F41

Black with #400F41

Text Example


Text Example

White with #400F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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