#371134

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

Shades of Mardi Gras #371134

Tints of Mardi Gras #371134

Color information

#371134 (or 0x371134) is unknown color: approx Mardi Gras. HEX triplet: 37, 11 and 34. RGB value is (55,17,52). Sum of RGB (Red+Green+Blue) = 55+17+52=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371134 is #C8EECB. Grayscale: #202020. Windows color (decimal): -13168332 or 3412279. OLE color: 3412279.

HSL color Cylindrical-coordinate representation of color #371134: hue angle of 304.74º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371134 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB551752-
CMYK00.690.050.78
HSL304.74º52.78%14.12%-
HSV(B)304.74º69.09%21.57%-
XYZ2.41.463.4-
YUV32.35139.09144.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=44.35%
G=13.71%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55175200.690.050.78304.7452.7814.12
Hex37113404554E13135e
Octal672164010551164616516
Binary110111100011101000100010110110011101001100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371134; }

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

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

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

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

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

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

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

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