Html Css Color HEX #390431 Mardi Gras

📋 copy color: '#390431'

red 57 ◦ green 4 ◦ blue 49

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

Shades of Mardi Gras #390431

Tints of Mardi Gras #390431

RGB

 RED value IS 57 (22.66% from 255) = 51.82%

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 49 (19.53% from 255) = 44.55%

R = 51.82%
G = 3.64%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#390431 (or 0x390431) is known color: Mardi Gras. HEX triplet: 39, 04 and 31. RGB value is (57,4,49). Sum of RGB (Red+Green+Blue) = 57+4+49=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390431 is #C6FBCE. Grayscale: #181818. Windows color (decimal): -13040591 or 3212345. OLE color: 3212345.

HSL color Cylindrical-coordinate representation of color #390431: hue angle of 309.06º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390431 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 4 49 -
CMYK 0 0.93 0.14 0.78
HSL 309.06º 0.87% 0.12% -
HSV(B) 309.06º 0.93% 0.22% -
XYZ 2.29 1.18 3.01 -
YUV 24.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 57 4 49 0 0.93 0.14 0.78 309.06 0.87 0.12
Hex 39 4 31 0 5D E 4E 135 57 C
Octal 71 4 61 0 135 16 116 465 127 14
Binary 111001 100 110001 0 1011101 1110 1001110 100110101 1010111 1100

Color Harmonies of #390431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390431

Black with #390431

Text Example


Text Example

White with #390431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390431; }

 p { color: rgb(57,4,49); }

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

background-color css

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

 a { background-color: rgb(57,4,49); }

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

border-color css

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

 span { border-color: rgb(57,4,49); }

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