#140610

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

Shades of Melanzane #140610

Tints of Melanzane #140610

Color information

#140610 (or 0x140610) is unknown color: approx Melanzane. HEX triplet: 14, 06 and 10. RGB value is (20,6,16). Sum of RGB (Red+Green+Blue) = 20+6+16=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140610 is #EBF9EF. Grayscale: #0B0B0B. Windows color (decimal): -15464944 or 1050132. OLE color: 1050132.

HSL color Cylindrical-coordinate representation of color #140610: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140610 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB20616-
CMYK00.700.200.92
HSL317.14º53.85%5.1%-
HSV(B)317.14º70%7.84%-
XYZ0.450.320.53-
YUV11.33130.64134.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=47.62%
G=14.29%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2061600.700.200.92317.1453.855.1
Hex14610046145C13d365
Octal24620010624134475665
Binary101001101000001000110101001011100100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140610; }

 p { color: rgb(20,6,16); }

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

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

 a { background-color: rgb(20,6,16); }

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

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

 span { border-color: rgb(20,6,16); }

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