#19150A

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

Shades of Maire #19150A

Tints of Maire #19150A

Color information

#19150A (or 0x19150A) is unknown color: approx Maire. HEX triplet: 19, 15 and 0A. RGB value is (25,21,10). Sum of RGB (Red+Green+Blue) = 25+21+10=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #19150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19150A is #E6EAF5. Grayscale: #141414. Windows color (decimal): -15133430 or 660761. OLE color: 660761.

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

Color convert

RGB252110-
CMYK00.160.600.90
HSL44º42.86%6.86%-
HSV(B)44º60%9.8%-
XYZ0.720.760.4-
YUV20.94121.83130.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=44.64%
G=37.5%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25211000.160.600.904442.866.86
Hex1915A0103C5A2c2b7
Octal3125120207413254537
Binary110011010110100100001111001011010101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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