#19150D

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

Shades of Maire #19150D

Tints of Maire #19150D

Color information

#19150D (or 0x19150D) is unknown color: approx Maire. HEX triplet: 19, 15 and 0D. RGB value is (25,21,13). Sum of RGB (Red+Green+Blue) = 25+21+13=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #19150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19150D is #E6EAF2. Grayscale: #151515. Windows color (decimal): -15133427 or 857369. OLE color: 857369.

HSL color Cylindrical-coordinate representation of color #19150D: hue angle of 40º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19150D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB252113-
CMYK00.160.480.90
HSL40º31.58%7.45%-
HSV(B)40º48%9.8%-
XYZ0.740.770.49-
YUV21.28123.33130.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=42.37%
G=35.59%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25211300.160.480.904031.587.45
Hex1915D010305A28207
Octal3125150206013250407
Binary110011010111010100001100001011010101000100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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