Html Css Color HEX #15120A Maire

📋 copy color: '#15120A'

red 21 ◦ green 18 ◦ blue 10

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

Shades of Maire #15120A

Tints of Maire #15120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 36.73%

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

R = 42.86%
G = 36.73%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15120A (or 0x15120A) is known color: Maire. HEX triplet: 15, 12 and 0A. RGB value is (21,18,10). Sum of RGB (Red+Green+Blue) = 21+18+10=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #15120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15120A is #EAEDF5. Grayscale: #121212. Windows color (decimal): -15396342 or 659989. OLE color: 659989.

HSL color Cylindrical-coordinate representation of color #15120A: hue angle of 43.64º 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 #15120A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 18 10 -
CMYK 0 0.14 0.52 0.92
HSL 43.64º 0.35% 0.06% -
HSV(B) 43.64º 0.52% 0.08% -
XYZ 0.58 0.61 0.38 -
YUV 17.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 21 18 10 0 0.14 0.52 0.92 43.64 0.35 0.06
Hex 15 12 A 0 E 34 5C 2C 23 6
Octal 25 22 12 0 16 64 134 54 43 6
Binary 10101 10010 1010 0 1110 110100 1011100 101100 100011 110

Color Harmonies of #15120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15120A

Black with #15120A

Text Example


Text Example

White with #15120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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