#36063A

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

Shades of Mardi Gras #36063A

Tints of Mardi Gras #36063A

Color information

#36063A (or 0x36063A) is unknown color: approx Mardi Gras. HEX triplet: 36, 06 and 3A. RGB value is (54,6,58). Sum of RGB (Red+Green+Blue) = 54+6+58=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #36063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36063A is #C9F9C5. Grayscale: #1A1A1A. Windows color (decimal): -13236678 or 3802678. OLE color: 3802678.

HSL color Cylindrical-coordinate representation of color #36063A: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36063A is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB54658-
CMYK0.070.9000.77
HSL295.38º81.25%12.55%-
HSV(B)295.38º89.66%22.75%-
XYZ2.351.224.11-
YUV26.28145.9147.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=45.76%
G=5.08%
B=49.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal546580.070.9000.77295.3881.2512.55
Hex3663A75A04D12751d
Octal666727132011544712115
Binary11011011011101011110110100100110110010011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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