Html Css Color HEX #391439 Mardi Gras

📋 copy color: '#391439'

red 57 ◦ green 20 ◦ blue 57

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

Shades of Mardi Gras #391439

Tints of Mardi Gras #391439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 42.54%
G = 14.93%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#391439 (or 0x391439) is known color: Mardi Gras. HEX triplet: 39, 14 and 39. RGB value is (57,20,57). Sum of RGB (Red+Green+Blue) = 57+20+57=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #391439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391439 is #C6EBC6. Grayscale: #232323. Windows color (decimal): -13036487 or 3740729. OLE color: 3740729.

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

Color convert

RGB 57 20 57 -
CMYK 0 0.65 0 0.78
HSL 300º 0.48% 0.15% -
HSV(B) 300º 0.65% 0.22% -
XYZ 2.68 1.67 4.05 -
YUV 35.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 57 20 57 0 0.65 0 0.78 300 0.48 0.15
Hex 39 14 39 0 41 0 4E 12C 30 F
Octal 71 24 71 0 101 0 116 454 60 17
Binary 111001 10100 111001 0 1000001 0 1001110 100101100 110000 1111

Color Harmonies of #391439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391439

Black with #391439

Text Example


Text Example

White with #391439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391439; }

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

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

background-color css

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

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

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

border-color css

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

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

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