#361132

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

Shades of Mardi Gras #361132

Tints of Mardi Gras #361132

Color information

#361132 (or 0x361132) is unknown color: approx Mardi Gras. HEX triplet: 36, 11 and 32. RGB value is (54,17,50). Sum of RGB (Red+Green+Blue) = 54+17+50=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #361132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361132 is #C9EECD. Grayscale: #1F1F1F. Windows color (decimal): -13233870 or 3281206. OLE color: 3281206.

HSL color Cylindrical-coordinate representation of color #361132: hue angle of 306.49º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361132 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB541750-
CMYK00.690.070.79
HSL306.49º52.11%13.92%-
HSV(B)306.49º68.52%21.18%-
XYZ2.31.423.17-
YUV31.82138.26143.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=44.63%
G=14.05%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54175000.690.070.79306.4952.1113.92
Hex36113204574F13234e
Octal662162010571174626416
Binary110110100011100100100010111110011111001100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361132; }

 p { color: rgb(54,17,50); }

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

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

 a { background-color: rgb(54,17,50); }

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

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

 span { border-color: rgb(54,17,50); }

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