Html Css Color HEX #401138 Mardi Gras

📋 copy color: '#401138'

red 64 ◦ green 17 ◦ blue 56

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

Shades of Mardi Gras #401138

Tints of Mardi Gras #401138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 46.72%
G = 12.41%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401138 (or 0x401138) is known color: Mardi Gras. HEX triplet: 40, 11 and 38. RGB value is (64,17,56). Sum of RGB (Red+Green+Blue) = 64+17+56=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401138 is #BFEEC7. Grayscale: #232323. Windows color (decimal): -12578504 or 3674432. OLE color: 3674432.

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

Color convert

RGB 64 17 56 -
CMYK 0 0.73 0.13 0.75
HSL 310.21º 0.58% 0.16% -
HSV(B) 310.21º 0.73% 0.25% -
XYZ 3.03 1.78 3.92 -
YUV 35.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 64 17 56 0 0.73 0.13 0.75 310.21 0.58 0.16
Hex 40 11 38 0 49 D 4B 136 3A 10
Octal 100 21 70 0 111 15 113 466 72 20
Binary 1000000 10001 111000 0 1001001 1101 1001011 100110110 111010 10000

Color Harmonies of #401138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401138

Black with #401138

Text Example


Text Example

White with #401138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401138; }

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

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

background-color css

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

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

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

border-color css

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

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

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