#191206

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

Shades of Maire #191206

Tints of Maire #191206

Color information

#191206 (or 0x191206) is unknown color: approx Maire. HEX triplet: 19, 12 and 06. RGB value is (25,18,6). Sum of RGB (Red+Green+Blue) = 25+18+6=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #191206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191206 is #E6EDF9. Grayscale: #121212. Windows color (decimal): -15134202 or 397849. OLE color: 397849.

HSL color Cylindrical-coordinate representation of color #191206: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191206 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB25186-
CMYK00.280.760.90
HSL37.89º61.29%6.08%-
HSV(B)37.89º76%9.8%-
XYZ0.650.650.26-
YUV18.72120.82132.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=51.02%
G=36.73%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2518600.280.760.9037.8961.296.08
Hex1912601C4C5A263d6
Octal3122603411413246756
Binary110011001011001110010011001011010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191206; }

 p { color: rgb(25,18,6); }

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

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

 a { background-color: rgb(25,18,6); }

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

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

 span { border-color: rgb(25,18,6); }

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