Html Css Color HEX #14130D Maire

📋 copy color: '#14130D'

red 20 ◦ green 19 ◦ blue 13

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

Shades of Maire #14130D

Tints of Maire #14130D

RGB

 RED value IS 20 (8.2% from 255) = 38.46%

 GREEN value IS 19 (7.81% from 255) = 36.54%

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

R = 38.46%
G = 36.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#14130D (or 0x14130D) is known color: Maire. HEX triplet: 14, 13 and 0D. RGB value is (20,19,13). Sum of RGB (Red+Green+Blue) = 20+19+13=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #14130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130D is #EBECF2. Grayscale: #121212. Windows color (decimal): -15461619 or 856852. OLE color: 856852.

HSL color Cylindrical-coordinate representation of color #14130D: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14130D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 19 13 -
CMYK 0 0.05 0.35 0.92
HSL 51.43º 0.21% 0.06% -
HSV(B) 51.43º 0.35% 0.08% -
XYZ 0.59 0.64 0.47 -
YUV 18.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 20 19 13 0 0.05 0.35 0.92 51.43 0.21 0.06
Hex 14 13 D 0 5 23 5C 33 15 6
Octal 24 23 15 0 5 43 134 63 25 6
Binary 10100 10011 1101 0 101 100011 1011100 110011 10101 110

Color Harmonies of #14130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14130D

Black with #14130D

Text Example


Text Example

White with #14130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,19,13); }

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

background-color css

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

 a { background-color: rgb(20,19,13); }

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

border-color css

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

 span { border-color: rgb(20,19,13); }

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