Html Css Color HEX #371539 Mardi Gras

📋 copy color: '#371539'

red 55 ◦ green 21 ◦ blue 57

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

Shades of Mardi Gras #371539

Tints of Mardi Gras #371539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 41.35%
G = 15.79%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#371539 (or 0x371539) is known color: Mardi Gras. HEX triplet: 37, 15 and 39. RGB value is (55,21,57). Sum of RGB (Red+Green+Blue) = 55+21+57=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #371539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371539 is #C8EAC6. Grayscale: #232323. Windows color (decimal): -13167303 or 3740983. OLE color: 3740983.

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

Color convert

RGB 55 21 57 -
CMYK 0.04 0.63 0 0.78
HSL 296.67º 0.46% 0.15% -
HSV(B) 296.67º 0.63% 0.22% -
XYZ 2.58 1.64 4.05 -
YUV 35.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 55 21 57 0.04 0.63 0 0.78 296.67 0.46 0.15
Hex 37 15 39 4 3F 0 4E 129 2E F
Octal 67 25 71 4 77 0 116 451 56 17
Binary 110111 10101 111001 100 111111 0 1001110 100101001 101110 1111

Color Harmonies of #371539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371539

Black with #371539

Text Example


Text Example

White with #371539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371539; }

 p { color: rgb(55,21,57); }

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

background-color css

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

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

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

border-color css

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

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

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