#372235

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

Shades of Mardi Gras #372235

Tints of Mardi Gras #372235

Color information

#372235 (or 0x372235) is unknown color: approx Mardi Gras. HEX triplet: 37, 22 and 35. RGB value is (55,34,53). Sum of RGB (Red+Green+Blue) = 55+34+53=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372235 is #C8DDCA. Grayscale: #2A2A2A. Windows color (decimal): -13163979 or 3482167. OLE color: 3482167.

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

Color convert

RGB553453-
CMYK00.380.040.78
HSL305.71º23.6%17.45%-
HSV(B)305.71º38.18%21.57%-
XYZ2.792.213.65-
YUV42.44133.96136.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=38.73%
G=23.94%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55345300.380.040.78305.7123.617.45
Hex37223502644E1321811
Octal67426504641164623021
Binary110111100010110101010011010010011101001100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372235; }

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

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

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

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

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

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

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

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