#360532

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

Shades of Mardi Gras #360532

Tints of Mardi Gras #360532

Color information

#360532 (or 0x360532) is unknown color: approx Mardi Gras. HEX triplet: 36, 05 and 32. RGB value is (54,5,50). Sum of RGB (Red+Green+Blue) = 54+5+50=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360532 is #C9FACD. Grayscale: #181818. Windows color (decimal): -13236942 or 3278134. OLE color: 3278134.

HSL color Cylindrical-coordinate representation of color #360532: hue angle of 304.9º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360532 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB54550-
CMYK00.910.070.79
HSL304.9º83.05%11.57%-
HSV(B)304.9º90.74%21.18%-
XYZ2.151.123.12-
YUV24.78142.23148.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=49.54%
G=4.59%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5455000.910.070.79304.983.0511.57
Hex3653205B74F13153c
Octal665620133711746112314
Binary11011010111001001011011111100111110011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360532; }

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

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

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

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

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

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

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

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