Html Css Color HEX #371136 Mardi Gras

📋 copy color: '#371136'

red 55 ◦ green 17 ◦ blue 54

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

Shades of Mardi Gras #371136

Tints of Mardi Gras #371136

RGB

 RED value IS 55 (21.88% from 255) = 43.65%

 GREEN value IS 17 (7.03% from 255) = 13.49%

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

R = 43.65%
G = 13.49%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#371136 (or 0x371136) is known color: Mardi Gras. HEX triplet: 37, 11 and 36. RGB value is (55,17,54). Sum of RGB (Red+Green+Blue) = 55+17+54=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371136 is #C8EEC9. Grayscale: #202020. Windows color (decimal): -13168330 or 3543351. OLE color: 3543351.

HSL color Cylindrical-coordinate representation of color #371136: hue angle of 301.58º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371136 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 54 -
CMYK 0 0.69 0.02 0.78
HSL 301.58º 0.53% 0.14% -
HSV(B) 301.58º 0.69% 0.22% -
XYZ 2.44 1.48 3.65 -
YUV 32.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 55 17 54 0 0.69 0.02 0.78 301.58 0.53 0.14
Hex 37 11 36 0 45 2 4E 12E 35 E
Octal 67 21 66 0 105 2 116 456 65 16
Binary 110111 10001 110110 0 1000101 10 1001110 100101110 110101 1110

Color Harmonies of #371136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371136

Black with #371136

Text Example


Text Example

White with #371136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371136; }

 p { color: rgb(55,17,54); }

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

background-color css

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

 a { background-color: rgb(55,17,54); }

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

border-color css

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

 span { border-color: rgb(55,17,54); }

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