#19150C

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

Shades of Maire #19150C

Tints of Maire #19150C

Color information

#19150C (or 0x19150C) is unknown color: approx Maire. HEX triplet: 19, 15 and 0C. RGB value is (25,21,12). Sum of RGB (Red+Green+Blue) = 25+21+12=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #19150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19150C is #E6EAF3. Grayscale: #151515. Windows color (decimal): -15133428 or 791833. OLE color: 791833.

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

Color convert

RGB252112-
CMYK00.160.520.90
HSL41.54º35.14%7.25%-
HSV(B)41.54º52%9.8%-
XYZ0.740.770.46-
YUV21.17122.83130.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=43.10%
G=36.21%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25211200.160.520.9041.5435.147.25
Hex1915C010345A2a237
Octal3125140206413252437
Binary110011010111000100001101001011010101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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