Shades of Merlin #45443D
Tints of Merlin #45443D
RGB
CMYK
RGB Variations
Color information
#45443D (or 0x45443D) is known color: Merlin. HEX triplet: 45, 44 and 3D. RGB value is (69,68,61). Sum of RGB (Red+Green+Blue) = 69+68+61=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 69 - color contains mainly: red. Hex color #45443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45443D is #BABBC2. Grayscale: #434343. Windows color (decimal): -12237763 or 4015173. OLE color: 4015173.
HSL color Cylindrical-coordinate representation of color #45443D: hue angle of 52.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #45443D is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 68 | 61 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.73 |
| HSL | 52.5º | 0.06% | 0.25% | - |
| HSV(B) | 52.5º | 0.12% | 0.27% | - |
| XYZ | 5.36 | 5.74 | 5.24 | - |
| YUV | 67.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 61 | 0 | 0.01 | 0.12 | 0.73 | 52.5 | 0.06 | 0.25 |
| Hex | 45 | 44 | 3D | 0 | 1 | C | 49 | 34 | 6 | 19 |
| Octal | 105 | 104 | 75 | 0 | 1 | 14 | 111 | 64 | 6 | 31 |
| Binary | 1000101 | 1000100 | 111101 | 0 | 1 | 1100 | 1001001 | 110100 | 110 | 11001 |
Color Harmonies of #45443D
Complementary color
Monochromatic Colors of #45443D
Black with #45443D
Text Example
Text Example
White with #45443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45443D; }
p { color: rgb(69,68,61); }
H1.HeaderClassName
{
color: #45443D;
}
.AnyTagClassName
{
color: #45443D;
}
</style>
background-color css
<style>
a { background-color: #45443D; }
a { background-color: rgb(69,68,61); }
div.DivClassName
{
background-color: #45443D;
}
.BgClassName
{
background-color: #45443D;
}
</style>
border-color css
<style>
span { border-color: #45443D; }
span { border-color: rgb(69,68,61); }
td.TdClassName
{
border-color: #45443D;
}
.TagClassName
{
border-color: #45443D;
}
</style>