Html Css Color HEX #15140E Maire

📋 copy color: '#15140E'

red 21 ◦ green 20 ◦ blue 14

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

Shades of Maire #15140E

Tints of Maire #15140E

RGB

 RED value IS 21 (8.59% from 255) = 38.18%

 GREEN value IS 20 (8.2% from 255) = 36.36%

 BLUE value IS 14 (5.86% from 255) = 25.45%

R = 38.18%
G = 36.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#15140E (or 0x15140E) is known color: Maire. HEX triplet: 15, 14 and 0E. RGB value is (21,20,14). Sum of RGB (Red+Green+Blue) = 21+20+14=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #15140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140E is #EAEBF1. Grayscale: #131313. Windows color (decimal): -15395826 or 922645. OLE color: 922645.

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

Color convert

RGB 21 20 14 -
CMYK 0 0.05 0.33 0.92
HSL 51.43º 0.2% 0.07% -
HSV(B) 51.43º 0.33% 0.08% -
XYZ 0.64 0.69 0.52 -
YUV 19.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 21 20 14 0 0.05 0.33 0.92 51.43 0.2 0.07
Hex 15 14 E 0 5 21 5C 33 14 7
Octal 25 24 16 0 5 41 134 63 24 7
Binary 10101 10100 1110 0 101 100001 1011100 110011 10100 111

Color Harmonies of #15140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15140E

Black with #15140E

Text Example


Text Example

White with #15140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15140E; }

 p { color: rgb(21,20,14); }

 H1.HeaderClassName
 {
   color: #15140E;
 }
 .AnyTagClassName
 {
   color: #15140E;
 }
</style>

background-color css

<style>
 a { background-color: #15140E; }

 a { background-color: rgb(21,20,14); }

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

border-color css

<style>
 span { border-color: #15140E; }

 span { border-color: rgb(21,20,14); }

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