#13100A

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

Shades of Maire #13100A

Tints of Maire #13100A

Color information

#13100A (or 0x13100A) is unknown color: approx Maire. HEX triplet: 13, 10 and 0A. RGB value is (19,16,10). Sum of RGB (Red+Green+Blue) = 19+16+10=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #13100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13100A is #ECEFF5. Grayscale: #101010. Windows color (decimal): -15527926 or 659475. OLE color: 659475.

HSL color Cylindrical-coordinate representation of color #13100A: hue angle of 40º 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 #13100A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB191610-
CMYK00.160.470.93
HSL40º31.03%5.69%-
HSV(B)40º47.37%7.45%-
XYZ0.510.530.36-
YUV16.21124.49129.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=42.22%
G=35.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19161000.160.470.934031.035.69
Hex1310A0102F5D281f6
Octal2320120205713550376
Binary10011100001010010000101111101110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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