Html Css Color HEX #40133E Mardi Gras

📋 copy color: '#40133E'

red 64 ◦ green 19 ◦ blue 62

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

Shades of Mardi Gras #40133E

Tints of Mardi Gras #40133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 62 (24.61% from 255) = 42.76%

R = 44.14%
G = 13.1%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#40133E (or 0x40133E) is known color: Mardi Gras. HEX triplet: 40, 13 and 3E. RGB value is (64,19,62). Sum of RGB (Red+Green+Blue) = 64+19+62=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40133E is #BFECC1. Grayscale: #252525. Windows color (decimal): -12577986 or 4068160. OLE color: 4068160.

HSL color Cylindrical-coordinate representation of color #40133E: hue angle of 302.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40133E is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 62 -
CMYK 0 0.70 0.03 0.75
HSL 302.67º 0.54% 0.16% -
HSV(B) 302.67º 0.7% 0.25% -
XYZ 3.22 1.9 4.76 -
YUV 37.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 64 19 62 0 0.70 0.03 0.75 302.67 0.54 0.16
Hex 40 13 3E 0 46 3 4B 12F 36 10
Octal 100 23 76 0 106 3 113 457 66 20
Binary 1000000 10011 111110 0 1000110 11 1001011 100101111 110110 10000

Color Harmonies of #40133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40133E

Black with #40133E

Text Example


Text Example

White with #40133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40133E; }

 p { color: rgb(64,19,62); }

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

background-color css

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

 a { background-color: rgb(64,19,62); }

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

border-color css

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

 span { border-color: rgb(64,19,62); }

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