#15140D

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

Shades of Maire #15140D

Tints of Maire #15140D

Color information

#15140D (or 0x15140D) is unknown color: approx Maire. HEX triplet: 15, 14 and 0D. RGB value is (21,20,13). Sum of RGB (Red+Green+Blue) = 21+20+13=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #15140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140D is #EAEBF2. Grayscale: #131313. Windows color (decimal): -15395827 or 857109. OLE color: 857109.

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

Color convert

RGB212013-
CMYK00.050.380.92
HSL52.5º23.53%6.67%-
HSV(B)52.5º38.1%8.24%-
XYZ0.630.690.48-
YUV19.5124.33129.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=38.89%
G=37.04%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21201300.050.380.9252.523.536.67
Hex1514D05265C34187
Octal252415054613464307
Binary101011010011010101100110101110011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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