Html Css Color HEX #400841 Mardi Gras

📋 copy color: '#400841'

red 64 ◦ green 8 ◦ blue 65

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

Shades of Mardi Gras #400841

Tints of Mardi Gras #400841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.45%

R = 46.72%
G = 5.84%
B = 47.45%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#400841 (or 0x400841) is known color: Mardi Gras. HEX triplet: 40, 08 and 41. RGB value is (64,8,65). Sum of RGB (Red+Green+Blue) = 64+8+65=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #400841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400841 is #BFF7BE. Grayscale: #1F1F1F. Windows color (decimal): -12580799 or 4261952. OLE color: 4261952.

HSL color Cylindrical-coordinate representation of color #400841: hue angle of 298.95º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400841 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 65 -
CMYK 0.02 0.88 0 0.75
HSL 298.95º 0.78% 0.14% -
HSV(B) 298.95º 0.88% 0.25% -
XYZ 3.16 1.65 5.15 -
YUV 31.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 64 8 65 0.02 0.88 0 0.75 298.95 0.78 0.14
Hex 40 8 41 2 58 0 4B 12B 4E E
Octal 100 10 101 2 130 0 113 453 116 16
Binary 1000000 1000 1000001 10 1011000 0 1001011 100101011 1001110 1110

Color Harmonies of #400841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400841

Black with #400841

Text Example


Text Example

White with #400841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400841; }

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

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

background-color css

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

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

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

border-color css

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

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

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