Html Css Color HEX #400843 Mardi Gras

📋 copy color: '#400843'

red 64 ◦ green 8 ◦ blue 67

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

Shades of Mardi Gras #400843

Tints of Mardi Gras #400843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

 BLUE value IS 67 (26.56% from 255) = 48.2%

R = 46.04%
G = 5.76%
B = 48.2%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#400843 (or 0x400843) is known color: Mardi Gras. HEX triplet: 40, 08 and 43. RGB value is (64,8,67). Sum of RGB (Red+Green+Blue) = 64+8+67=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #400843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400843 is #BFF7BC. Grayscale: #1F1F1F. Windows color (decimal): -12580797 or 4393024. OLE color: 4393024.

HSL color Cylindrical-coordinate representation of color #400843: hue angle of 296.95º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400843 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 8 67 -
CMYK 0.04 0.88 0 0.74
HSL 296.95º 0.79% 0.15% -
HSV(B) 296.95º 0.88% 0.26% -
XYZ 3.21 1.67 5.46 -
YUV 31.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 64 8 67 0.04 0.88 0 0.74 296.95 0.79 0.15
Hex 40 8 43 4 58 0 4A 129 4F F
Octal 100 10 103 4 130 0 112 451 117 17
Binary 1000000 1000 1000011 100 1011000 0 1001010 100101001 1001111 1111

Color Harmonies of #400843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400843

Black with #400843

Text Example


Text Example

White with #400843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400843; }

 p { color: rgb(64,8,67); }

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

background-color css

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

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

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

border-color css

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

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

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