#1A1504

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

Shades of Maire #1A1504

Tints of Maire #1A1504

Color information

#1A1504 (or 0x1A1504) is unknown color: approx Maire. HEX triplet: 1A, 15 and 04. RGB value is (26,21,4). Sum of RGB (Red+Green+Blue) = 26+21+4=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1504 is #E5EAFB. Grayscale: #141414. Windows color (decimal): -15067900 or 267546. OLE color: 267546.

HSL color Cylindrical-coordinate representation of color #1A1504: hue angle of 46.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1504 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB26214-
CMYK00.190.850.90
HSL46.36º73.33%5.88%-
HSV(B)46.36º84.62%10.2%-
XYZ0.720.760.22-
YUV20.56118.66131.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50.98%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=50.98%
G=41.18%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2621400.190.850.9046.3673.335.88
Hex1A154013555A2e496
Octal32254023125132561116
Binary1101010101100010011101010110110101011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,4); }

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

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

 a { background-color: rgb(26,21,4); }

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

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

 span { border-color: rgb(26,21,4); }

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