#36153A

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

Shades of Mardi Gras #36153A

Tints of Mardi Gras #36153A

Color information

#36153A (or 0x36153A) is unknown color: approx Mardi Gras. HEX triplet: 36, 15 and 3A. RGB value is (54,21,58). Sum of RGB (Red+Green+Blue) = 54+21+58=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #36153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36153A is #C9EAC5. Grayscale: #222222. Windows color (decimal): -13232838 or 3806518. OLE color: 3806518.

HSL color Cylindrical-coordinate representation of color #36153A: hue angle of 293.51º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36153A is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB542158-
CMYK0.070.6400.77
HSL293.51º46.84%15.49%-
HSV(B)293.51º63.79%22.75%-
XYZ2.551.634.18-
YUV35.08140.93141.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=40.60%
G=15.79%
B=43.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5421580.070.6400.77293.5146.8415.49
Hex36153A74004D1262ff
Octal662572710001154465717
Binary110110101011110101111000000010011011001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36153A; }

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

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

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

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

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

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

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

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