Html Css Color HEX #390434 Mardi Gras

📋 copy color: '#390434'

red 57 ◦ green 4 ◦ blue 52

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

Shades of Mardi Gras #390434

Tints of Mardi Gras #390434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 46.02%

R = 50.44%
G = 3.54%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#390434 (or 0x390434) is known color: Mardi Gras. HEX triplet: 39, 04 and 34. RGB value is (57,4,52). Sum of RGB (Red+Green+Blue) = 57+4+52=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #390434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390434 is #C6FBCB. Grayscale: #191919. Windows color (decimal): -13040588 or 3408953. OLE color: 3408953.

HSL color Cylindrical-coordinate representation of color #390434: hue angle of 305.66º 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 #390434 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 4 52 -
CMYK 0 0.93 0.09 0.78
HSL 305.66º 0.87% 0.12% -
HSV(B) 305.66º 0.93% 0.22% -
XYZ 2.35 1.2 3.36 -
YUV 25.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 57 4 52 0 0.93 0.09 0.78 305.66 0.87 0.12
Hex 39 4 34 0 5D 9 4E 132 57 C
Octal 71 4 64 0 135 11 116 462 127 14
Binary 111001 100 110100 0 1011101 1001 1001110 100110010 1010111 1100

Color Harmonies of #390434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390434

Black with #390434

Text Example


Text Example

White with #390434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390434; }

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

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

background-color css

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

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

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

border-color css

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

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

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