Html Css Color HEX #400A3A Mardi Gras

📋 copy color: '#400A3A'

red 64 ◦ green 10 ◦ blue 58

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

Shades of Mardi Gras #400A3A

Tints of Mardi Gras #400A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

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

R = 48.48%
G = 7.58%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#400A3A (or 0x400A3A) is known color: Mardi Gras. HEX triplet: 40, 0A and 3A. RGB value is (64,10,58). Sum of RGB (Red+Green+Blue) = 64+10+58=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #400A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A3A is #BFF5C5. Grayscale: #1F1F1F. Windows color (decimal): -12580294 or 3803712. OLE color: 3803712.

HSL color Cylindrical-coordinate representation of color #400A3A: hue angle of 306.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A3A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 10 58 -
CMYK 0 0.84 0.09 0.75
HSL 306.67º 0.73% 0.15% -
HSV(B) 306.67º 0.84% 0.25% -
XYZ 2.99 1.61 4.16 -
YUV 31.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 64 10 58 0 0.84 0.09 0.75 306.67 0.73 0.15
Hex 40 A 3A 0 54 9 4B 133 49 F
Octal 100 12 72 0 124 11 113 463 111 17
Binary 1000000 1010 111010 0 1010100 1001 1001011 100110011 1001001 1111

Color Harmonies of #400A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A3A

Black with #400A3A

Text Example


Text Example

White with #400A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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