Html Css Color HEX #40113A Mardi Gras

📋 copy color: '#40113A'

red 64 ◦ green 17 ◦ blue 58

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

Shades of Mardi Gras #40113A

Tints of Mardi Gras #40113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 46.04%
G = 12.23%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40113A (or 0x40113A) is known color: Mardi Gras. HEX triplet: 40, 11 and 3A. RGB value is (64,17,58). Sum of RGB (Red+Green+Blue) = 64+17+58=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #40113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40113A is #BFEEC5. Grayscale: #232323. Windows color (decimal): -12578502 or 3805504. OLE color: 3805504.

HSL color Cylindrical-coordinate representation of color #40113A: hue angle of 307.66º 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 #40113A is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 58 -
CMYK 0 0.73 0.09 0.75
HSL 307.66º 0.58% 0.16% -
HSV(B) 307.66º 0.73% 0.25% -
XYZ 3.08 1.8 4.19 -
YUV 35.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 64 17 58 0 0.73 0.09 0.75 307.66 0.58 0.16
Hex 40 11 3A 0 49 9 4B 134 3A 10
Octal 100 21 72 0 111 11 113 464 72 20
Binary 1000000 10001 111010 0 1001001 1001 1001011 100110100 111010 10000

Color Harmonies of #40113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40113A

Black with #40113A

Text Example


Text Example

White with #40113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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