#15130A

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

Shades of Maire #15130A

Tints of Maire #15130A

Color information

#15130A (or 0x15130A) is unknown color: approx Maire. HEX triplet: 15, 13 and 0A. RGB value is (21,19,10). Sum of RGB (Red+Green+Blue) = 21+19+10=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #15130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130A is #EAECF5. Grayscale: #121212. Windows color (decimal): -15396086 or 660245. OLE color: 660245.

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

Color convert

RGB211910-
CMYK00.100.520.92
HSL49.09º35.48%6.08%-
HSV(B)49.09º52.38%8.24%-
XYZ0.60.650.38-
YUV18.57123.16129.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 10 (4.30% from 255) = 20%
R=42%
G=38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191000.100.520.9249.0935.486.08
Hex1513A0A345C31236
Octal2523120126413461436
Binary10101100111010010101101001011100110001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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