#1A1409

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

Shades of Maire #1A1409

Tints of Maire #1A1409

Color information

#1A1409 (or 0x1A1409) is unknown color: approx Maire. HEX triplet: 1A, 14 and 09. RGB value is (26,20,9). Sum of RGB (Red+Green+Blue) = 26+20+9=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1409 is #E5EBF6. Grayscale: #141414. Windows color (decimal): -15068151 or 594970. OLE color: 594970.

HSL color Cylindrical-coordinate representation of color #1A1409: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1409 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26209-
CMYK00.230.650.90
HSL38.82º48.57%6.86%-
HSV(B)38.82º65.38%10.2%-
XYZ0.730.740.36-
YUV20.54121.49131.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 47.27%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=47.27%
G=36.36%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2620900.230.650.9038.8248.576.86
Hex1A149017415A27317
Octal32241102710113247617
Binary1101010100100101011110000011011010100111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1409; }

 p { color: rgb(26,20,9); }

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

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

 a { background-color: rgb(26,20,9); }

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

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

 span { border-color: rgb(26,20,9); }

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