#370D32

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

Shades of Mardi Gras #370D32

Tints of Mardi Gras #370D32

Color information

#370D32 (or 0x370D32) is unknown color: approx Mardi Gras. HEX triplet: 37, 0D and 32. RGB value is (55,13,50). Sum of RGB (Red+Green+Blue) = 55+13+50=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #370D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D32 is #C8F2CD. Grayscale: #1D1D1D. Windows color (decimal): -13169358 or 3280183. OLE color: 3280183.

HSL color Cylindrical-coordinate representation of color #370D32: hue angle of 307.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D32 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB551350-
CMYK00.760.090.78
HSL307.14º61.76%13.33%-
HSV(B)307.14º76.36%21.57%-
XYZ2.31.333.15-
YUV29.78139.41145.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=46.61%
G=11.02%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55135000.760.090.78307.1461.7613.33
Hex37D3204C94E1333ed
Octal6715620114111164637615
Binary110111110111001001001100100110011101001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370D32; }

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

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

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

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

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

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

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

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