#361535

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

Shades of Mardi Gras #361535

Tints of Mardi Gras #361535

Color information

#361535 (or 0x361535) is unknown color: approx Mardi Gras. HEX triplet: 36, 15 and 35. RGB value is (54,21,53). Sum of RGB (Red+Green+Blue) = 54+21+53=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #361535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361535 is #C9EACA. Grayscale: #222222. Windows color (decimal): -13232843 or 3478838. OLE color: 3478838.

HSL color Cylindrical-coordinate representation of color #361535: hue angle of 301.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361535 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB542153-
CMYK00.610.020.79
HSL301.82º44%14.71%-
HSV(B)301.82º61.11%21.18%-
XYZ2.431.583.54-
YUV34.52138.43141.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=42.19%
G=16.41%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54215300.610.020.79301.824414.71
Hex36153503D24F12e2cf
Octal66256507521174565417
Binary1101101010111010101111011010011111001011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361535; }

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

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

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

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

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

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

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

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