#15120A

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

Shades of Maire #15120A

Tints of Maire #15120A

Color information

#15120A (or 0x15120A) is unknown color: approx Maire. HEX triplet: 15, 12 and 0A. RGB value is (21,18,10). Sum of RGB (Red+Green+Blue) = 21+18+10=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #15120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15120A is #EAEDF5. Grayscale: #121212. Windows color (decimal): -15396342 or 659989. OLE color: 659989.

HSL color Cylindrical-coordinate representation of color #15120A: hue angle of 43.64º 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 #15120A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB211810-
CMYK00.140.520.92
HSL43.64º35.48%6.08%-
HSV(B)43.64º52.38%8.24%-
XYZ0.580.610.38-
YUV17.98123.49130.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=42.86%
G=36.73%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21181000.140.520.9243.6435.486.08
Hex1512A0E345C2c236
Octal2522120166413454436
Binary10101100101010011101101001011100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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