#371336

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

Shades of Mardi Gras #371336

Tints of Mardi Gras #371336

Color information

#371336 (or 0x371336) is unknown color: approx Mardi Gras. HEX triplet: 37, 13 and 36. RGB value is (55,19,54). Sum of RGB (Red+Green+Blue) = 55+19+54=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371336 is #C8ECC9. Grayscale: #212121. Windows color (decimal): -13167818 or 3543863. OLE color: 3543863.

HSL color Cylindrical-coordinate representation of color #371336: hue angle of 301.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371336 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB551954-
CMYK00.650.020.78
HSL301.67º48.65%14.51%-
HSV(B)301.67º65.45%21.57%-
XYZ2.471.543.66-
YUV33.75139.43143.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=42.97%
G=14.84%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55195400.650.020.78301.6748.6514.51
Hex37133604124E12e31f
Octal672366010121164566117
Binary11011110011110110010000011010011101001011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371336; }

 p { color: rgb(55,19,54); }

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

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

 a { background-color: rgb(55,19,54); }

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

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

 span { border-color: rgb(55,19,54); }

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