Html Css Color HEX #401339 Mardi Gras

📋 copy color: '#401339'

red 64 ◦ green 19 ◦ blue 57

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

Shades of Mardi Gras #401339

Tints of Mardi Gras #401339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 45.71%
G = 13.57%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#401339 (or 0x401339) is known color: Mardi Gras. HEX triplet: 40, 13 and 39. RGB value is (64,19,57). Sum of RGB (Red+Green+Blue) = 64+19+57=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401339 is #BFECC6. Grayscale: #242424. Windows color (decimal): -12577991 or 3740480. OLE color: 3740480.

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

Color convert

RGB 64 19 57 -
CMYK 0 0.70 0.11 0.75
HSL 309.33º 0.54% 0.16% -
HSV(B) 309.33º 0.7% 0.25% -
XYZ 3.09 1.85 4.07 -
YUV 36.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 64 19 57 0 0.70 0.11 0.75 309.33 0.54 0.16
Hex 40 13 39 0 46 B 4B 135 36 10
Octal 100 23 71 0 106 13 113 465 66 20
Binary 1000000 10011 111001 0 1000110 1011 1001011 100110101 110110 10000

Color Harmonies of #401339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401339

Black with #401339

Text Example


Text Example

White with #401339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401339; }

 p { color: rgb(64,19,57); }

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

background-color css

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

 a { background-color: rgb(64,19,57); }

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

border-color css

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

 span { border-color: rgb(64,19,57); }

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