Shades of Maire #201500
Tints of Maire #201500
RGB
CMYK
RGB Variations
Color information
#201500 (or 0x201500) is known color: Maire. HEX triplet: 20, 15 and 00. RGB value is (32,21,0). Sum of RGB (Red+Green+Blue) = 32+21+0=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201500 is #DFEAFF. Grayscale: #151515. Windows color (decimal): -14674688 or 5408. OLE color: 5408.
HSL color Cylindrical-coordinate representation of color #201500: hue angle of 39.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #201500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 21 | 0 | - |
CMYK | 0 | 0.34 | 1 | 0.87 |
HSL | 39.38º | 1% | 0.06% | - |
HSV(B) | 39.38º | 1% | 0.13% | - |
XYZ | 0.86 | 0.84 | 0.12 | - |
YUV | 21.9 | 115.64 | 135.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 21 | 0 | 0 | 0.34 | 1 | 0.87 | 39.38 | 1 | 0.06 |
Hex | 20 | 15 | 0 | 0 | 22 | 64 | 57 | 27 | 64 | 6 |
Octal | 40 | 25 | 0 | 0 | 42 | 144 | 127 | 47 | 144 | 6 |
Binary | 100000 | 10101 | 0 | 0 | 100010 | 1100100 | 1010111 | 100111 | 1100100 | 110 |
Color Harmonies of #201500
Complementary color
Monochromatic Colors of #201500
Black with #201500
Text Example
Text Example
White with #201500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201500; }
p { color: rgb(32,21,0); }
H1.HeaderClassName
{
color: #201500;
}
.AnyTagClassName
{
color: #201500;
}
</style>
background-color css
<style>
a { background-color: #201500; }
a { background-color: rgb(32,21,0); }
div.DivClassName
{
background-color: #201500;
}
.BgClassName
{
background-color: #201500;
}
</style>
border-color css
<style>
span { border-color: #201500; }
span { border-color: rgb(32,21,0); }
td.TdClassName
{
border-color: #201500;
}
.TagClassName
{
border-color: #201500;
}
</style>