Html Css Color HEX #40113B Mardi Gras

📋 copy color: '#40113B'

red 64 ◦ green 17 ◦ blue 59

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

Shades of Mardi Gras #40113B

Tints of Mardi Gras #40113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 45.71%
G = 12.14%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40113B (or 0x40113B) is known color: Mardi Gras. HEX triplet: 40, 11 and 3B. RGB value is (64,17,59). Sum of RGB (Red+Green+Blue) = 64+17+59=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40113B is #BFEEC4. Grayscale: #232323. Windows color (decimal): -12578501 or 3871040. OLE color: 3871040.

HSL color Cylindrical-coordinate representation of color #40113B: hue angle of 306.38º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40113B is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 59 -
CMYK 0 0.73 0.08 0.75
HSL 306.38º 0.58% 0.16% -
HSV(B) 306.38º 0.73% 0.25% -
XYZ 3.1 1.81 4.32 -
YUV 35.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 64 17 59 0 0.73 0.08 0.75 306.38 0.58 0.16
Hex 40 11 3B 0 49 8 4B 132 3A 10
Octal 100 21 73 0 111 10 113 462 72 20
Binary 1000000 10001 111011 0 1001001 1000 1001011 100110010 111010 10000

Color Harmonies of #40113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40113B

Black with #40113B

Text Example


Text Example

White with #40113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40113B; }

 p { color: rgb(64,17,59); }

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

background-color css

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

 a { background-color: rgb(64,17,59); }

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

border-color css

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

 span { border-color: rgb(64,17,59); }

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