#131206

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

Shades of Maire #131206

Tints of Maire #131206

Color information

#131206 (or 0x131206) is unknown color: approx Maire. HEX triplet: 13, 12 and 06. RGB value is (19,18,6). Sum of RGB (Red+Green+Blue) = 19+18+6=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #131206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131206 is #ECEDF9. Grayscale: #101010. Windows color (decimal): -15527418 or 397843. OLE color: 397843.

HSL color Cylindrical-coordinate representation of color #131206: hue angle of 55.38º 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 #131206 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB19186-
CMYK00.050.680.93
HSL55.38º52%4.9%-
HSV(B)55.38º68.42%7.45%-
XYZ0.520.580.26-
YUV16.93121.83129.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=44.19%
G=41.86%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918600.050.680.9355.38524.9
Hex1312605445D37345
Octal232260510413567645
Binary1001110010110010110001001011101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131206; }

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

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

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

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

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

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

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

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