#361131

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

Shades of Mardi Gras #361131

Tints of Mardi Gras #361131

Color information

#361131 (or 0x361131) is unknown color: approx Mardi Gras. HEX triplet: 36, 11 and 31. RGB value is (54,17,49). Sum of RGB (Red+Green+Blue) = 54+17+49=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #361131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361131 is #C9EECE. Grayscale: #1F1F1F. Windows color (decimal): -13233871 or 3215670. OLE color: 3215670.

HSL color Cylindrical-coordinate representation of color #361131: hue angle of 308.11º 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 #361131 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB541749-
CMYK00.690.090.79
HSL308.11º52.11%13.92%-
HSV(B)308.11º68.52%21.18%-
XYZ2.281.413.06-
YUV31.71137.76143.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=45%
G=14.17%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174900.690.090.79308.1152.1113.92
Hex36113104594F13434e
Octal6621610105111174646416
Binary1101101000111000101000101100110011111001101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361131; }

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

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

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

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

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

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

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

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