Html Css Color HEX #40013A Mardi Gras

📋 copy color: '#40013A'

red 64 ◦ green 1 ◦ blue 58

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

Shades of Mardi Gras #40013A

Tints of Mardi Gras #40013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 52.03%
G = 0.81%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40013A (or 0x40013A) is known color: Mardi Gras. HEX triplet: 40, 01 and 3A. RGB value is (64,1,58). Sum of RGB (Red+Green+Blue) = 64+1+58=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40013A is #BFFEC5. Grayscale: #1A1A1A. Windows color (decimal): -12582598 or 3801408. OLE color: 3801408.

HSL color Cylindrical-coordinate representation of color #40013A: hue angle of 305.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40013A is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 1 58 -
CMYK 0 0.98 0.09 0.75
HSL 305.71º 0.97% 0.13% -
HSV(B) 305.71º 0.98% 0.25% -
XYZ 2.89 1.42 4.12 -
YUV 26.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 64 1 58 0 0.98 0.09 0.75 305.71 0.97 0.13
Hex 40 1 3A 0 62 9 4B 132 61 D
Octal 100 1 72 0 142 11 113 462 141 15
Binary 1000000 1 111010 0 1100010 1001 1001011 100110010 1100001 1101

Color Harmonies of #40013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40013A

Black with #40013A

Text Example


Text Example

White with #40013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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