Html Css Color HEX #15140F Maire

📋 copy color: '#15140F'

red 21 ◦ green 20 ◦ blue 15

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

Shades of Maire #15140F

Tints of Maire #15140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 37.5%
G = 35.71%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#15140F (or 0x15140F) is known color: Maire. HEX triplet: 15, 14 and 0F. RGB value is (21,20,15). Sum of RGB (Red+Green+Blue) = 21+20+15=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 21 - color contains mainly: red. Hex color #15140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15140F is #EAEBF0. Grayscale: #131313. Windows color (decimal): -15395825 or 988181. OLE color: 988181.

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

Color convert

RGB 21 20 15 -
CMYK 0 0.05 0.29 0.92
HSL 50º 0.17% 0.07% -
HSV(B) 50º 0.29% 0.08% -
XYZ 0.65 0.69 0.55 -
YUV 19.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 21 20 15 0 0.05 0.29 0.92 50 0.17 0.07
Hex 15 14 F 0 5 1D 5C 32 11 7
Octal 25 24 17 0 5 35 134 62 21 7
Binary 10101 10100 1111 0 101 11101 1011100 110010 10001 111

Color Harmonies of #15140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15140F

Black with #15140F

Text Example


Text Example

White with #15140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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