Html Css Color HEX #391334 Mardi Gras

📋 copy color: '#391334'

red 57 ◦ green 19 ◦ blue 52

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

Shades of Mardi Gras #391334

Tints of Mardi Gras #391334

RGB

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

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

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

R = 44.53%
G = 14.84%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#391334 (or 0x391334) is known color: Mardi Gras. HEX triplet: 39, 13 and 34. RGB value is (57,19,52). Sum of RGB (Red+Green+Blue) = 57+19+52=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #391334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391334 is #C6ECCB. Grayscale: #222222. Windows color (decimal): -13036748 or 3412793. OLE color: 3412793.

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

Color convert

RGB 57 19 52 -
CMYK 0 0.67 0.09 0.78
HSL 307.89º 0.5% 0.15% -
HSV(B) 307.89º 0.67% 0.22% -
XYZ 2.54 1.58 3.42 -
YUV 34.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 57 19 52 0 0.67 0.09 0.78 307.89 0.5 0.15
Hex 39 13 34 0 43 9 4E 134 32 F
Octal 71 23 64 0 103 11 116 464 62 17
Binary 111001 10011 110100 0 1000011 1001 1001110 100110100 110010 1111

Color Harmonies of #391334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391334

Black with #391334

Text Example


Text Example

White with #391334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391334; }

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

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

background-color css

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

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

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

border-color css

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

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

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