#372134

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

Shades of Mardi Gras #372134

Tints of Mardi Gras #372134

Color information

#372134 (or 0x372134) is unknown color: approx Mardi Gras. HEX triplet: 37, 21 and 34. RGB value is (55,33,52). Sum of RGB (Red+Green+Blue) = 55+33+52=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372134 is #C8DECB. Grayscale: #292929. Windows color (decimal): -13164236 or 3416375. OLE color: 3416375.

HSL color Cylindrical-coordinate representation of color #372134: hue angle of 308.18º 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 #372134 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB553352-
CMYK00.40.050.78
HSL308.18º25%17.25%-
HSV(B)308.18º40%21.57%-
XYZ2.742.153.52-
YUV41.74133.79137.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=39.29%
G=23.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55335200.40.050.78308.182517.25
Hex37213402854E1341911
Octal67416405051164643121
Binary110111100001110100010100010110011101001101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372134; }

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

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

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

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

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

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

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

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