#36132D

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

Shades of Melanzane #36132D

Tints of Melanzane #36132D

Color information

#36132D (or 0x36132D) is unknown color: approx Melanzane. HEX triplet: 36, 13 and 2D. RGB value is (54,19,45). Sum of RGB (Red+Green+Blue) = 54+19+45=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132D is #C9ECD2. Grayscale: #202020. Windows color (decimal): -13233363 or 2954038. OLE color: 2954038.

HSL color Cylindrical-coordinate representation of color #36132D: hue angle of 315.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36132D is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB541945-
CMYK00.650.170.79
HSL315.43º47.95%14.31%-
HSV(B)315.43º64.81%21.18%-
XYZ2.231.442.64-
YUV32.43135.1143.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=45.76%
G=16.10%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54194500.650.170.79315.4347.9514.31
Hex36132D041114F13b30e
Octal6623550101211174736016
Binary11011010011101101010000011000110011111001110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36132D; }

 p { color: rgb(54,19,45); }

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

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

 a { background-color: rgb(54,19,45); }

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

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

 span { border-color: rgb(54,19,45); }

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