#1A1306

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

Shades of Maire #1A1306

Tints of Maire #1A1306

Color information

#1A1306 (or 0x1A1306) is unknown color: approx Maire. HEX triplet: 1A, 13 and 06. RGB value is (26,19,6). Sum of RGB (Red+Green+Blue) = 26+19+6=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1306 is #E5ECF9. Grayscale: #131313. Windows color (decimal): -15068410 or 398106. OLE color: 398106.

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

Color convert

RGB26196-
CMYK00.270.770.90
HSL39º62.5%6.27%-
HSV(B)39º76.92%10.2%-
XYZ0.690.70.27-
YUV19.61120.32132.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50.98%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 6 (2.73% from 255) = 11.76%
R=50.98%
G=37.25%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2619600.270.770.903962.56.27
Hex1A13601B4D5A273e6
Octal3223603311513247766
Binary110101001111001101110011011011010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,19,6); }

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

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

 a { background-color: rgb(26,19,6); }

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

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

 span { border-color: rgb(26,19,6); }

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