Html Css Color HEX #390539 Mardi Gras

📋 copy color: '#390539'

red 57 ◦ green 5 ◦ blue 57

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

Shades of Mardi Gras #390539

Tints of Mardi Gras #390539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 47.9%
G = 4.2%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#390539 (or 0x390539) is known color: Mardi Gras. HEX triplet: 39, 05 and 39. RGB value is (57,5,57). Sum of RGB (Red+Green+Blue) = 57+5+57=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #390539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390539 is #C6FAC6. Grayscale: #1A1A1A. Windows color (decimal): -13040327 or 3736889. OLE color: 3736889.

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

Color convert

RGB 57 5 57 -
CMYK 0 0.91 0 0.78
HSL 300º 0.84% 0.12% -
HSV(B) 300º 0.91% 0.22% -
XYZ 2.48 1.27 3.99 -
YUV 26.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 57 5 57 0 0.91 0 0.78 300 0.84 0.12
Hex 39 5 39 0 5B 0 4E 12C 54 C
Octal 71 5 71 0 133 0 116 454 124 14
Binary 111001 101 111001 0 1011011 0 1001110 100101100 1010100 1100

Color Harmonies of #390539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390539

Black with #390539

Text Example


Text Example

White with #390539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390539; }

 p { color: rgb(57,5,57); }

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

background-color css

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

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

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

border-color css

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

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

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