#15140E

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

Shades of Maire #15140E

Tints of Maire #15140E

Color information

#15140E (or 0x15140E) is unknown color: approx Maire. HEX triplet: 15, 14 and 0E. RGB value is (21,20,14). Sum of RGB (Red+Green+Blue) = 21+20+14=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #15140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140E is #EAEBF1. Grayscale: #131313. Windows color (decimal): -15395826 or 922645. OLE color: 922645.

HSL color Cylindrical-coordinate representation of color #15140E: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #15140E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB212014-
CMYK00.050.330.92
HSL51.43º20%6.86%-
HSV(B)51.43º33.33%8.24%-
XYZ0.640.690.52-
YUV19.61124.83128.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=38.18%
G=36.36%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21201400.050.330.9251.43206.86
Hex1514E05215C33147
Octal252416054113463247
Binary101011010011100101100001101110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,20,14); }

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

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

 a { background-color: rgb(21,20,14); }

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

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

 span { border-color: rgb(21,20,14); }

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