#15140A

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

Shades of Maire #15140A

Tints of Maire #15140A

Color information

#15140A (or 0x15140A) is unknown color: approx Maire. HEX triplet: 15, 14 and 0A. RGB value is (21,20,10). Sum of RGB (Red+Green+Blue) = 21+20+10=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140A is #EAEBF5. Grayscale: #131313. Windows color (decimal): -15395830 or 660501. OLE color: 660501.

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

Color convert

RGB212010-
CMYK00.050.520.92
HSL54.55º35.48%6.08%-
HSV(B)54.55º52.38%8.24%-
XYZ0.610.680.39-
YUV19.16122.83129.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=41.18%
G=39.22%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21201000.050.520.9254.5535.486.08
Hex1514A05345C37236
Octal252412056413467436
Binary1010110100101001011101001011100110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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