#19140A

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

Shades of Maire #19140A

Tints of Maire #19140A

Color information

#19140A (or 0x19140A) is unknown color: approx Maire. HEX triplet: 19, 14 and 0A. RGB value is (25,20,10). Sum of RGB (Red+Green+Blue) = 25+20+10=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #19140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19140A is #E6EBF5. Grayscale: #141414. Windows color (decimal): -15133686 or 660505. OLE color: 660505.

HSL color Cylindrical-coordinate representation of color #19140A: hue angle of 40º 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 #19140A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB252010-
CMYK00.200.600.90
HSL40º42.86%6.86%-
HSV(B)40º60%9.8%-
XYZ0.710.730.39-
YUV20.35122.16131.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25201000.200.600.904042.866.86
Hex1914A0143C5A282b7
Octal3124120247413250537
Binary110011010010100101001111001011010101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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