Html Css Color HEX #13110A Maire

📋 copy color: '#13110A'

red 19 ◦ green 17 ◦ blue 10

#13110A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #13110A

Tints of Maire #13110A

RGB

 RED value IS 19 (7.81% from 255) = 41.3%

 GREEN value IS 17 (7.03% from 255) = 36.96%

 BLUE value IS 10 (4.3% from 255) = 21.74%

R = 41.3%
G = 36.96%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#13110A (or 0x13110A) is known color: 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

RGB 19 17 10 -
CMYK 0 0.11 0.47 0.93
HSL 46.67º 0.31% 0.06% -
HSV(B) 46.67º 0.47% 0.07% -
XYZ 0.52 0.56 0.37 -
YUV 16.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 19 17 10 0 0.11 0.47 0.93 46.67 0.31 0.06
Hex 13 11 A 0 B 2F 5D 2F 1F 6
Octal 23 21 12 0 13 57 135 57 37 6
Binary 10011 10001 1010 0 1011 101111 1011101 101111 11111 110

Color Harmonies of #13110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13110A

Black with #13110A

Text Example


Text Example

White with #13110A

Text Example


Text Example

HTML Codes & Css Web 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>