Html Css Color HEX #19150D Maire

📋 copy color: '#19150D'

red 25 ◦ green 21 ◦ blue 13

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

Shades of Maire #19150D

Tints of Maire #19150D

RGB

 RED value IS 25 (10.16% from 255) = 42.37%

 GREEN value IS 21 (8.59% from 255) = 35.59%

 BLUE value IS 13 (5.47% from 255) = 22.03%

R = 42.37%
G = 35.59%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#19150D (or 0x19150D) is known color: Maire. HEX triplet: 19, 15 and 0D. RGB value is (25,21,13). Sum of RGB (Red+Green+Blue) = 25+21+13=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #19150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19150D is #E6EAF2. Grayscale: #151515. Windows color (decimal): -15133427 or 857369. OLE color: 857369.

HSL color Cylindrical-coordinate representation of color #19150D: hue angle of 40º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19150D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 21 13 -
CMYK 0 0.16 0.48 0.90
HSL 40º 0.32% 0.07% -
HSV(B) 40º 0.48% 0.1% -
XYZ 0.74 0.77 0.49 -
YUV 21.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 25 21 13 0 0.16 0.48 0.90 40 0.32 0.07
Hex 19 15 D 0 10 30 5A 28 20 7
Octal 31 25 15 0 20 60 132 50 40 7
Binary 11001 10101 1101 0 10000 110000 1011010 101000 100000 111

Color Harmonies of #19150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19150D

Black with #19150D

Text Example


Text Example

White with #19150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19150D; }

 p { color: rgb(25,21,13); }

 H1.HeaderClassName
 {
   color: #19150D;
 }
 .AnyTagClassName
 {
   color: #19150D;
 }
</style>

background-color css

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

 a { background-color: rgb(25,21,13); }

 div.DivClassName
 {
   background-color: #19150D;
 }
 .BgClassName
 {
   background-color: #19150D;
 }
</style>

border-color css

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

 span { border-color: rgb(25,21,13); }

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