Shades of Merlin #47453F
Tints of Merlin #47453F
RGB
CMYK
RGB Variations
Color information
#47453F (or 0x47453F) is known color: Merlin. HEX triplet: 47, 45 and 3F. RGB value is (71,69,63). Sum of RGB (Red+Green+Blue) = 71+69+63=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #47453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47453F is #B8BAC0. Grayscale: #444444. Windows color (decimal): -12106433 or 4146503. OLE color: 4146503.
HSL color Cylindrical-coordinate representation of color #47453F: hue angle of 45º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47453F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 63 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.72 |
| HSL | 45º | 0.06% | 0.26% | - |
| HSV(B) | 45º | 0.11% | 0.28% | - |
| XYZ | 5.62 | 5.95 | 5.56 | - |
| YUV | 68.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 63 | 0 | 0.03 | 0.11 | 0.72 | 45 | 0.06 | 0.26 |
| Hex | 47 | 45 | 3F | 0 | 3 | B | 48 | 2D | 6 | 1A |
| Octal | 107 | 105 | 77 | 0 | 3 | 13 | 110 | 55 | 6 | 32 |
| Binary | 1000111 | 1000101 | 111111 | 0 | 11 | 1011 | 1001000 | 101101 | 110 | 11010 |
Color Harmonies of #47453F
Complementary color
Monochromatic Colors of #47453F
Black with #47453F
Text Example
Text Example
White with #47453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47453F; }
p { color: rgb(71,69,63); }
H1.HeaderClassName
{
color: #47453F;
}
.AnyTagClassName
{
color: #47453F;
}
</style>
background-color css
<style>
a { background-color: #47453F; }
a { background-color: rgb(71,69,63); }
div.DivClassName
{
background-color: #47453F;
}
.BgClassName
{
background-color: #47453F;
}
</style>
border-color css
<style>
span { border-color: #47453F; }
span { border-color: rgb(71,69,63); }
td.TdClassName
{
border-color: #47453F;
}
.TagClassName
{
border-color: #47453F;
}
</style>