Html Css Color HEX #400138 Mardi Gras

📋 copy color: '#400138'

red 64 ◦ green 1 ◦ blue 56

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

Shades of Mardi Gras #400138

Tints of Mardi Gras #400138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 46.28%

R = 52.89%
G = 0.83%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#400138 (or 0x400138) is known color: Mardi Gras. HEX triplet: 40, 01 and 38. RGB value is (64,1,56). Sum of RGB (Red+Green+Blue) = 64+1+56=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400138 is #BFFEC7. Grayscale: #191919. Windows color (decimal): -12582600 or 3670336. OLE color: 3670336.

HSL color Cylindrical-coordinate representation of color #400138: hue angle of 307.62º 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 #400138 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 1 56 -
CMYK 0 0.98 0.13 0.75
HSL 307.62º 0.97% 0.13% -
HSV(B) 307.62º 0.98% 0.25% -
XYZ 2.84 1.4 3.86 -
YUV 26.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 64 1 56 0 0.98 0.13 0.75 307.62 0.97 0.13
Hex 40 1 38 0 62 D 4B 134 61 D
Octal 100 1 70 0 142 15 113 464 141 15
Binary 1000000 1 111000 0 1100010 1101 1001011 100110100 1100001 1101

Color Harmonies of #400138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400138

Black with #400138

Text Example


Text Example

White with #400138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400138; }

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

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

background-color css

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

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

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

border-color css

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

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

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