#201D15

Color #201D15 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #201D15

Tints of Maire #201D15

Color information

#201D15 (or 0x201D15) is unknown color: approx Maire. HEX triplet: 20, 1D and 15. RGB value is (32,29,21). Sum of RGB (Red+Green+Blue) = 32+29+21=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #201D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D15 is #DFE2EA. Grayscale: #1D1D1D. Windows color (decimal): -14672619 or 1383712. OLE color: 1383712.

HSL color Cylindrical-coordinate representation of color #201D15: hue angle of 43.64º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201D15 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB322921-
CMYK00.090.340.87
HSL43.64º20.75%10.39%-
HSV(B)43.64º34.38%12.55%-
XYZ1.171.240.89-
YUV28.98123.49130.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=39.02%
G=35.37%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32292100.090.340.8743.6420.7510.39
Hex201D150922572c15a
Octal40352501142127542512
Binary1000001110110101010011000101010111101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D15; }

 p { color: rgb(32,29,21); }

 H1.HeaderClassName
 {
   color: #201D15;
 }
 .AnyTagClassName
 {
   color: #201D15;
 }
</style>
background-color css

<style>
 a { background-color: #201D15; }

 a { background-color: rgb(32,29,21); }

 div.DivClassName
 {
   background-color: #201D15;
 }
 .BgClassName
 {
   background-color: #201D15;
 }
</style>
border-color css

<style>
 span { border-color: #201D15; }

 span { border-color: rgb(32,29,21); }

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