#361539

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

Shades of Mardi Gras #361539

Tints of Mardi Gras #361539

Color information

#361539 (or 0x361539) is unknown color: approx Mardi Gras. HEX triplet: 36, 15 and 39. RGB value is (54,21,57). Sum of RGB (Red+Green+Blue) = 54+21+57=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #361539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361539 is #C9EAC6. Grayscale: #222222. Windows color (decimal): -13232839 or 3740982. OLE color: 3740982.

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

Color convert

RGB542157-
CMYK0.050.6300.78
HSL295º46.15%15.29%-
HSV(B)295º63.16%22.35%-
XYZ2.531.624.05-
YUV34.97140.43141.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=40.91%
G=15.91%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5421570.050.6300.7829546.1515.29
Hex36153953F04E1272ef
Octal66257157701164475617
Binary11011010101111001101111111010011101001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361539; }

 p { color: rgb(54,21,57); }

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

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

 a { background-color: rgb(54,21,57); }

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

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

 span { border-color: rgb(54,21,57); }

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