#372535

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

Shades of Mardi Gras #372535

Tints of Mardi Gras #372535

Color information

#372535 (or 0x372535) is unknown color: approx Mardi Gras. HEX triplet: 37, 25 and 35. RGB value is (55,37,53). Sum of RGB (Red+Green+Blue) = 55+37+53=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372535 is #C8DACA. Grayscale: #2C2C2C. Windows color (decimal): -13163211 or 3482935. OLE color: 3482935.

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

Color convert

RGB553753-
CMYK00.330.040.78
HSL306.67º19.57%18.04%-
HSV(B)306.67º32.73%21.57%-
XYZ2.882.393.68-
YUV44.21132.96135.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=37.93%
G=25.52%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55375300.330.040.78306.6719.5718.04
Hex37253502144E1331412
Octal67456504141164632422
Binary110111100101110101010000110010011101001100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372535; }

 p { color: rgb(55,37,53); }

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

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

 a { background-color: rgb(55,37,53); }

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

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

 span { border-color: rgb(55,37,53); }

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