#191509

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

Shades of Maire #191509

Tints of Maire #191509

Color information

#191509 (or 0x191509) is unknown color: approx Maire. HEX triplet: 19, 15 and 09. RGB value is (25,21,9). Sum of RGB (Red+Green+Blue) = 25+21+9=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #191509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191509 is #E6EAF6. Grayscale: #141414. Windows color (decimal): -15133431 or 595225. OLE color: 595225.

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

Color convert

RGB25219-
CMYK00.160.640.90
HSL45º47.06%6.67%-
HSV(B)45º64%9.8%-
XYZ0.720.760.37-
YUV20.83121.33130.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=45.45%
G=38.18%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521900.160.640.904547.066.67
Hex19159010405A2d2f7
Octal31251102010013255577
Binary1100110101100101000010000001011010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191509; }

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

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

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

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

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

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

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

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