#371536

Color #371536 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #371536

Tints of Mardi Gras #371536

Color information

#371536 (or 0x371536) is unknown color: approx Mardi Gras. HEX triplet: 37, 15 and 36. RGB value is (55,21,54). Sum of RGB (Red+Green+Blue) = 55+21+54=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371536 is #C8EAC9. Grayscale: #222222. Windows color (decimal): -13167306 or 3544375. OLE color: 3544375.

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

Color convert

RGB552154-
CMYK00.620.020.78
HSL301.76º44.74%14.9%-
HSV(B)301.76º61.82%21.57%-
XYZ2.511.613.67-
YUV34.93138.76142.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=42.31%
G=16.15%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55215400.620.020.78301.7644.7414.9
Hex37153603E24E12e2df
Octal67256607621164565517
Binary1101111010111011001111101010011101001011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371536; }

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

 H1.HeaderClassName
 {
   color: #371536;
 }
 .AnyTagClassName
 {
   color: #371536;
 }
</style>
background-color css

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

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

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

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

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

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