#372135

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

Shades of Mardi Gras #372135

Tints of Mardi Gras #372135

Color information

#372135 (or 0x372135) is unknown color: approx Mardi Gras. HEX triplet: 37, 21 and 35. RGB value is (55,33,53). Sum of RGB (Red+Green+Blue) = 55+33+53=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372135 is #C8DECA. Grayscale: #292929. Windows color (decimal): -13164235 or 3481911. OLE color: 3481911.

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

Color convert

RGB553353-
CMYK00.40.040.78
HSL305.45º25%17.25%-
HSV(B)305.45º40%21.57%-
XYZ2.762.163.64-
YUV41.86134.29137.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=39.01%
G=23.40%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55335300.40.040.78305.452517.25
Hex37213502844E1311911
Octal67416505041164613121
Binary110111100001110101010100010010011101001100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372135; }

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

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

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

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

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

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

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

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