#360638

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

Shades of Mardi Gras #360638

Tints of Mardi Gras #360638

Color information

#360638 (or 0x360638) is unknown color: approx Mardi Gras. HEX triplet: 36, 06 and 38. RGB value is (54,6,56). Sum of RGB (Red+Green+Blue) = 54+6+56=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #360638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360638 is #C9F9C7. Grayscale: #191919. Windows color (decimal): -13236680 or 3671606. OLE color: 3671606.

HSL color Cylindrical-coordinate representation of color #360638: hue angle of 297.6º 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 #360638 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB54656-
CMYK0.040.8900.78
HSL297.6º80.65%12.16%-
HSV(B)297.6º89.29%21.96%-
XYZ2.31.23.85-
YUV26.05144.9147.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=46.55%
G=5.17%
B=48.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal546560.040.8900.78297.680.6512.16
Hex3663845904E12a51c
Octal666704131011645212114
Binary11011011011100010010110010100111010010101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360638; }

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

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

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

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

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

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

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

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