#36142E

Color #36142E Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #36142E

Tints of Melanzane #36142E

Color information

#36142E (or 0x36142E) is unknown color: approx Melanzane. HEX triplet: 36, 14 and 2E. RGB value is (54,20,46). Sum of RGB (Red+Green+Blue) = 54+20+46=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36142E is #C9EBD1. Grayscale: #212121. Windows color (decimal): -13233106 or 3019830. OLE color: 3019830.

HSL color Cylindrical-coordinate representation of color #36142E: hue angle of 314.12º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36142E is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB542046-
CMYK00.630.150.79
HSL314.12º45.95%14.51%-
HSV(B)314.12º62.96%21.18%-
XYZ2.261.482.75-
YUV33.13135.26142.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=45%
G=16.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204600.630.150.79314.1245.9514.51
Hex36142E03FF4F13a2ef
Octal662456077171174725617
Binary110110101001011100111111111110011111001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36142E; }

 p { color: rgb(54,20,46); }

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

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

 a { background-color: rgb(54,20,46); }

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

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

 span { border-color: rgb(54,20,46); }

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