#360539

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

Shades of Mardi Gras #360539

Tints of Mardi Gras #360539

Color information

#360539 (or 0x360539) is unknown color: approx Mardi Gras. HEX triplet: 36, 05 and 39. RGB value is (54,5,57). Sum of RGB (Red+Green+Blue) = 54+5+57=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #360539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360539 is #C9FAC6. Grayscale: #191919. Windows color (decimal): -13236935 or 3736886. OLE color: 3736886.

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

Color convert

RGB54557-
CMYK0.050.9100.78
HSL296.54º83.87%12.16%-
HSV(B)296.54º91.23%22.35%-
XYZ2.311.193.98-
YUV25.58145.73148.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=46.55%
G=4.31%
B=49.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal545570.050.9100.78296.5483.8712.16
Hex3653955B04E12954c
Octal665715133011645112414
Binary11011010111100110110110110100111010010100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360539; }

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

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

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

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

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

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

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

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