#131106

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

Shades of Maire #131106

Tints of Maire #131106

Color information

#131106 (or 0x131106) is unknown color: approx Maire. HEX triplet: 13, 11 and 06. RGB value is (19,17,6). Sum of RGB (Red+Green+Blue) = 19+17+6=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #131106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131106 is #ECEEF9. Grayscale: #101010. Windows color (decimal): -15527674 or 397587. OLE color: 397587.

HSL color Cylindrical-coordinate representation of color #131106: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131106 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB19176-
CMYK00.110.680.93
HSL50.77º52%4.9%-
HSV(B)50.77º68.42%7.45%-
XYZ0.50.550.25-
YUV16.34122.16129.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=45.24%
G=40.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917600.110.680.9350.77524.9
Hex131160B445D33345
Octal2321601310413563645
Binary10011100011100101110001001011101110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131106; }

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

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

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

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

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

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

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

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