Html Css Color HEX #391336 Mardi Gras

📋 copy color: '#391336'

red 57 ◦ green 19 ◦ blue 54

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

Shades of Mardi Gras #391336

Tints of Mardi Gras #391336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 41.54%

R = 43.85%
G = 14.62%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#391336 (or 0x391336) is known color: Mardi Gras. HEX triplet: 39, 13 and 36. RGB value is (57,19,54). Sum of RGB (Red+Green+Blue) = 57+19+54=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #391336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391336 is #C6ECC9. Grayscale: #222222. Windows color (decimal): -13036746 or 3543865. OLE color: 3543865.

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

Color convert

RGB 57 19 54 -
CMYK 0 0.67 0.05 0.78
HSL 304.74º 0.5% 0.15% -
HSV(B) 304.74º 0.67% 0.22% -
XYZ 2.59 1.6 3.66 -
YUV 34.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 57 19 54 0 0.67 0.05 0.78 304.74 0.5 0.15
Hex 39 13 36 0 43 5 4E 131 32 F
Octal 71 23 66 0 103 5 116 461 62 17
Binary 111001 10011 110110 0 1000011 101 1001110 100110001 110010 1111

Color Harmonies of #391336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391336

Black with #391336

Text Example


Text Example

White with #391336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391336; }

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

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

background-color css

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

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

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

border-color css

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

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

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