#1A150A

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

Shades of Maire #1A150A

Tints of Maire #1A150A

Color information

#1A150A (or 0x1A150A) is unknown color: approx Maire. HEX triplet: 1A, 15 and 0A. RGB value is (26,21,10). Sum of RGB (Red+Green+Blue) = 26+21+10=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A150A is #E5EAF5. Grayscale: #151515. Windows color (decimal): -15067894 or 660762. OLE color: 660762.

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

Color convert

RGB262110-
CMYK00.190.620.90
HSL41.25º44.44%7.06%-
HSV(B)41.25º61.54%10.2%-
XYZ0.750.780.4-
YUV21.24121.66131.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=45.61%
G=36.84%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26211000.190.620.9041.2544.447.06
Hex1A15A0133E5A292c7
Octal3225120237613251547
Binary110101010110100100111111101011010101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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