#370E32

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

Shades of Mardi Gras #370E32

Tints of Mardi Gras #370E32

Color information

#370E32 (or 0x370E32) is unknown color: approx Mardi Gras. HEX triplet: 37, 0E and 32. RGB value is (55,14,50). Sum of RGB (Red+Green+Blue) = 55+14+50=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #370E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E32 is #C8F1CD. Grayscale: #1E1E1E. Windows color (decimal): -13169102 or 3280439. OLE color: 3280439.

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

Color convert

RGB551450-
CMYK00.750.090.78
HSL307.32º59.42%13.53%-
HSV(B)307.32º74.55%21.57%-
XYZ2.311.363.16-
YUV30.36139.08145.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=46.22%
G=11.76%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55145000.750.090.78307.3259.4213.53
Hex37E3204B94E1333be
Octal6716620113111164637316
Binary110111111011001001001011100110011101001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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