#15130D

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

Shades of Maire #15130D

Tints of Maire #15130D

Color information

#15130D (or 0x15130D) is unknown color: approx Maire. HEX triplet: 15, 13 and 0D. RGB value is (21,19,13). Sum of RGB (Red+Green+Blue) = 21+19+13=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #15130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130D is #EAECF2. Grayscale: #121212. Windows color (decimal): -15396083 or 856853. OLE color: 856853.

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

Color convert

RGB211913-
CMYK00.100.380.92
HSL45º23.53%6.67%-
HSV(B)45º38.1%8.24%-
XYZ0.610.650.47-
YUV18.91124.66129.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=39.62%
G=35.85%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191300.100.380.924523.536.67
Hex1513D0A265C2d187
Octal2523150124613455307
Binary1010110011110101010100110101110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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