Html Css Color HEX #401538 Mardi Gras

📋 copy color: '#401538'

red 64 ◦ green 21 ◦ blue 56

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

Shades of Mardi Gras #401538

Tints of Mardi Gras #401538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 45.39%
G = 14.89%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401538 (or 0x401538) is known color: Mardi Gras. HEX triplet: 40, 15 and 38. RGB value is (64,21,56). Sum of RGB (Red+Green+Blue) = 64+21+56=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401538 is #BFEAC7. Grayscale: #252525. Windows color (decimal): -12577480 or 3675456. OLE color: 3675456.

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

Color convert

RGB 64 21 56 -
CMYK 0 0.67 0.13 0.75
HSL 311.16º 0.51% 0.17% -
HSV(B) 311.16º 0.67% 0.25% -
XYZ 3.1 1.91 3.95 -
YUV 37.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 64 21 56 0 0.67 0.13 0.75 311.16 0.51 0.17
Hex 40 15 38 0 43 D 4B 137 33 11
Octal 100 25 70 0 103 15 113 467 63 21
Binary 1000000 10101 111000 0 1000011 1101 1001011 100110111 110011 10001

Color Harmonies of #401538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401538

Black with #401538

Text Example


Text Example

White with #401538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401538; }

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

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

background-color css

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

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

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

border-color css

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

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

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