#16140D

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

Shades of Maire #16140D

Tints of Maire #16140D

Color information

#16140D (or 0x16140D) is unknown color: approx Maire. HEX triplet: 16, 14 and 0D. RGB value is (22,20,13). Sum of RGB (Red+Green+Blue) = 22+20+13=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 22 - color contains mainly: red. Hex color #16140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16140D is #E9EBF2. Grayscale: #131313. Windows color (decimal): -15330291 or 857110. OLE color: 857110.

HSL color Cylindrical-coordinate representation of color #16140D: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #16140D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB222013-
CMYK00.090.410.91
HSL46.67º25.71%6.86%-
HSV(B)46.67º40.91%8.63%-
XYZ0.650.70.48-
YUV19.8124.16129.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=40%
G=36.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22201300.090.410.9146.6725.716.86
Hex1614D09295B2f1a7
Octal2624150115113357327
Binary1011010100110101001101001101101110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,20,13); }

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

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

 a { background-color: rgb(22,20,13); }

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

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

 span { border-color: rgb(22,20,13); }

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