Html Css Color HEX #400340 Mardi Gras

📋 copy color: '#400340'

red 64 ◦ green 3 ◦ blue 64

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

Shades of Mardi Gras #400340

Tints of Mardi Gras #400340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

 BLUE value IS 64 (25.39% from 255) = 48.85%

R = 48.85%
G = 2.29%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400340 (or 0x400340) is known color: Mardi Gras. HEX triplet: 40, 03 and 40. RGB value is (64,3,64). Sum of RGB (Red+Green+Blue) = 64+3+64=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400340 is #BFFCBF. Grayscale: #1C1C1C. Windows color (decimal): -12582080 or 4195136. OLE color: 4195136.

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

Color convert

RGB 64 3 64 -
CMYK 0 0.95 0 0.75
HSL 300º 0.91% 0.13% -
HSV(B) 300º 0.95% 0.25% -
XYZ 3.07 1.53 4.98 -
YUV 28.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 64 3 64 0 0.95 0 0.75 300 0.91 0.13
Hex 40 3 40 0 5F 0 4B 12C 5B D
Octal 100 3 100 0 137 0 113 454 133 15
Binary 1000000 11 1000000 0 1011111 0 1001011 100101100 1011011 1101

Color Harmonies of #400340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400340

Black with #400340

Text Example


Text Example

White with #400340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400340; }

 p { color: rgb(64,3,64); }

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

background-color css

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

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

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

border-color css

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

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

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