Shades of Clinker #50391D
Tints of Clinker #50391D
RGB
CMYK
RGB Variations
Color information
#50391D (or 0x50391D) is known color: Clinker. HEX triplet: 50, 39 and 1D. RGB value is (80,57,29). Sum of RGB (Red+Green+Blue) = 80+57+29=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50391D is #AFC6E2. Grayscale: #3C3C3C. Windows color (decimal): -11519715 or 1915216. OLE color: 1915216.
HSL color Cylindrical-coordinate representation of color #50391D: hue angle of 32.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50391D is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 29 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.69 |
| HSL | 32.94º | 0.47% | 0.21% | - |
| HSV(B) | 32.94º | 0.64% | 0.31% | - |
| XYZ | 4.99 | 4.72 | 1.81 | - |
| YUV | 60.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 29 | 0 | 0.29 | 0.64 | 0.69 | 32.94 | 0.47 | 0.21 |
| Hex | 50 | 39 | 1D | 0 | 1D | 40 | 45 | 21 | 2F | 15 |
| Octal | 120 | 71 | 35 | 0 | 35 | 100 | 105 | 41 | 57 | 25 |
| Binary | 1010000 | 111001 | 11101 | 0 | 11101 | 1000000 | 1000101 | 100001 | 101111 | 10101 |
Color Harmonies of #50391D
Complementary color
Monochromatic Colors of #50391D
Black with #50391D
Text Example
Text Example
White with #50391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50391D; }
p { color: rgb(80,57,29); }
H1.HeaderClassName
{
color: #50391D;
}
.AnyTagClassName
{
color: #50391D;
}
</style>
background-color css
<style>
a { background-color: #50391D; }
a { background-color: rgb(80,57,29); }
div.DivClassName
{
background-color: #50391D;
}
.BgClassName
{
background-color: #50391D;
}
</style>
border-color css
<style>
span { border-color: #50391D; }
span { border-color: rgb(80,57,29); }
td.TdClassName
{
border-color: #50391D;
}
.TagClassName
{
border-color: #50391D;
}
</style>