#36163A

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

Shades of Mardi Gras #36163A

Tints of Mardi Gras #36163A

Color information

#36163A (or 0x36163A) is unknown color: approx Mardi Gras. HEX triplet: 36, 16 and 3A. RGB value is (54,22,58). Sum of RGB (Red+Green+Blue) = 54+22+58=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #36163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36163A is #C9E9C5. Grayscale: #232323. Windows color (decimal): -13232582 or 3806774. OLE color: 3806774.

HSL color Cylindrical-coordinate representation of color #36163A: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36163A is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB542258-
CMYK0.070.6200.77
HSL293.33º45%15.69%-
HSV(B)293.33º62.07%22.75%-
XYZ2.571.664.19-
YUV35.67140.6141.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 58 (23.05% from 255) = 43.28%
R=40.30%
G=16.42%
B=43.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5422580.070.6200.77293.334515.69
Hex36163A73E04D1252d10
Octal66267277601154455520
Binary110110101101110101111111100100110110010010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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