Html Css Color HEX #401038 Mardi Gras

📋 copy color: '#401038'

red 64 ◦ green 16 ◦ blue 56

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

Shades of Mardi Gras #401038

Tints of Mardi Gras #401038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 47.06%
G = 11.76%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401038 (or 0x401038) is known color: Mardi Gras. HEX triplet: 40, 10 and 38. RGB value is (64,16,56). Sum of RGB (Red+Green+Blue) = 64+16+56=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401038 is #BFEFC7. Grayscale: #222222. Windows color (decimal): -12578760 or 3674176. OLE color: 3674176.

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

Color convert

RGB 64 16 56 -
CMYK 0 0.75 0.13 0.75
HSL 310º 0.6% 0.16% -
HSV(B) 310º 0.75% 0.25% -
XYZ 3.01 1.75 3.92 -
YUV 34.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 64 16 56 0 0.75 0.13 0.75 310 0.6 0.16
Hex 40 10 38 0 4B D 4B 136 3C 10
Octal 100 20 70 0 113 15 113 466 74 20
Binary 1000000 10000 111000 0 1001011 1101 1001011 100110110 111100 10000

Color Harmonies of #401038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401038

Black with #401038

Text Example


Text Example

White with #401038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401038; }

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

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

background-color css

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

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

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

border-color css

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

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

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