Html Css Color HEX #14130A Maire

📋 copy color: '#14130A'

red 20 ◦ green 19 ◦ blue 10

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

Shades of Maire #14130A

Tints of Maire #14130A

RGB

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

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

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

R = 40.82%
G = 38.78%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#14130A (or 0x14130A) is known color: Maire. HEX triplet: 14, 13 and 0A. RGB value is (20,19,10). Sum of RGB (Red+Green+Blue) = 20+19+10=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #14130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130A is #EBECF5. Grayscale: #121212. Windows color (decimal): -15461622 or 660244. OLE color: 660244.

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

Color convert

RGB 20 19 10 -
CMYK 0 0.05 0.50 0.92
HSL 54º 0.33% 0.06% -
HSV(B) 54º 0.5% 0.08% -
XYZ 0.58 0.64 0.38 -
YUV 18.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 20 19 10 0 0.05 0.50 0.92 54 0.33 0.06
Hex 14 13 A 0 5 32 5C 36 21 6
Octal 24 23 12 0 5 62 134 66 41 6
Binary 10100 10011 1010 0 101 110010 1011100 110110 100001 110

Color Harmonies of #14130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14130A

Black with #14130A

Text Example


Text Example

White with #14130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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