#13110A

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

Shades of Maire #13110A

Tints of Maire #13110A

Color information

#13110A (or 0x13110A) is unknown color: approx Maire. HEX triplet: 13, 11 and 0A. RGB value is (19,17,10). Sum of RGB (Red+Green+Blue) = 19+17+10=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #13110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110A is #ECEEF5. Grayscale: #101010. Windows color (decimal): -15527670 or 659731. OLE color: 659731.

HSL color Cylindrical-coordinate representation of color #13110A: hue angle of 46.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13110A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB191710-
CMYK00.110.470.93
HSL46.67º31.03%5.69%-
HSV(B)46.67º47.37%7.45%-
XYZ0.520.560.37-
YUV16.8124.16129.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=41.30%
G=36.96%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171000.110.470.9346.6731.035.69
Hex1311A0B2F5D2f1f6
Octal2321120135713557376
Binary1001110001101001011101111101110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13110A; }

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

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

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

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

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

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

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

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