#371532

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

Shades of Mardi Gras #371532

Tints of Mardi Gras #371532

Color information

#371532 (or 0x371532) is unknown color: approx Mardi Gras. HEX triplet: 37, 15 and 32. RGB value is (55,21,50). Sum of RGB (Red+Green+Blue) = 55+21+50=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371532 is #C8EACD. Grayscale: #222222. Windows color (decimal): -13167310 or 3282231. OLE color: 3282231.

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

Color convert

RGB552150-
CMYK00.620.090.78
HSL308.82º44.74%14.9%-
HSV(B)308.82º61.82%21.57%-
XYZ2.421.583.19-
YUV34.47136.76142.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=43.65%
G=16.67%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55215000.620.090.78308.8244.7414.9
Hex37153203E94E1352df
Octal672562076111164655517
Binary110111101011100100111110100110011101001101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371532; }

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

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

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

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

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

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

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

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