Html Css Color HEX #401238 Mardi Gras

📋 copy color: '#401238'

red 64 ◦ green 18 ◦ blue 56

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

Shades of Mardi Gras #401238

Tints of Mardi Gras #401238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 46.38%
G = 13.04%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401238 (or 0x401238) is known color: Mardi Gras. HEX triplet: 40, 12 and 38. RGB value is (64,18,56). Sum of RGB (Red+Green+Blue) = 64+18+56=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401238 is #BFEDC7. Grayscale: #232323. Windows color (decimal): -12578248 or 3674688. OLE color: 3674688.

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

Color convert

RGB 64 18 56 -
CMYK 0 0.72 0.13 0.75
HSL 310.43º 0.56% 0.16% -
HSV(B) 310.43º 0.72% 0.25% -
XYZ 3.04 1.81 3.93 -
YUV 36.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 64 18 56 0 0.72 0.13 0.75 310.43 0.56 0.16
Hex 40 12 38 0 48 D 4B 136 38 10
Octal 100 22 70 0 110 15 113 466 70 20
Binary 1000000 10010 111000 0 1001000 1101 1001011 100110110 111000 10000

Color Harmonies of #401238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401238

Black with #401238

Text Example


Text Example

White with #401238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401238; }

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

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

background-color css

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

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

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

border-color css

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

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

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