#360639

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

Shades of Mardi Gras #360639

Tints of Mardi Gras #360639

Color information

#360639 (or 0x360639) is unknown color: approx Mardi Gras. HEX triplet: 36, 06 and 39. RGB value is (54,6,57). Sum of RGB (Red+Green+Blue) = 54+6+57=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #360639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360639 is #C9F9C6. Grayscale: #1A1A1A. Windows color (decimal): -13236679 or 3737142. OLE color: 3737142.

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

Color convert

RGB54657-
CMYK0.050.8900.78
HSL296.47º80.95%12.35%-
HSV(B)296.47º89.47%22.35%-
XYZ2.321.213.98-
YUV26.17145.4147.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 57 (22.66% from 255) = 48.72%
R=46.15%
G=5.13%
B=48.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal546570.050.8900.78296.4780.9512.35
Hex3663955904E12851c
Octal666715131011645012114
Binary11011011011100110110110010100111010010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360639; }

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

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

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

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

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

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

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

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