Html Css Color HEX #15140A Maire

📋 copy color: '#15140A'

red 21 ◦ green 20 ◦ blue 10

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

Shades of Maire #15140A

Tints of Maire #15140A

RGB

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

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

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

R = 41.18%
G = 39.22%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15140A (or 0x15140A) is known color: Maire. HEX triplet: 15, 14 and 0A. RGB value is (21,20,10). Sum of RGB (Red+Green+Blue) = 21+20+10=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140A is #EAEBF5. Grayscale: #131313. Windows color (decimal): -15395830 or 660501. OLE color: 660501.

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

Color convert

RGB 21 20 10 -
CMYK 0 0.05 0.52 0.92
HSL 54.55º 0.35% 0.06% -
HSV(B) 54.55º 0.52% 0.08% -
XYZ 0.61 0.68 0.39 -
YUV 19.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 21 20 10 0 0.05 0.52 0.92 54.55 0.35 0.06
Hex 15 14 A 0 5 34 5C 37 23 6
Octal 25 24 12 0 5 64 134 67 43 6
Binary 10101 10100 1010 0 101 110100 1011100 110111 100011 110

Color Harmonies of #15140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15140A

Black with #15140A

Text Example


Text Example

White with #15140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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