Shades of Clinker #50380E
Tints of Clinker #50380E
RGB
CMYK
RGB Variations
Color information
#50380E (or 0x50380E) is known color: Clinker. HEX triplet: 50, 38 and 0E. RGB value is (80,56,14). Sum of RGB (Red+Green+Blue) = 80+56+14=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50380E is #AFC7F1. Grayscale: #3A3A3A. Windows color (decimal): -11519986 or 931920. OLE color: 931920.
HSL color Cylindrical-coordinate representation of color #50380E: hue angle of 38.18º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50380E is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 14 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.69 |
| HSL | 38.18º | 0.7% | 0.18% | - |
| HSV(B) | 38.18º | 0.83% | 0.31% | - |
| XYZ | 4.8 | 4.57 | 1.04 | - |
| YUV | 58.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 14 | 0 | 0.30 | 0.83 | 0.69 | 38.18 | 0.7 | 0.18 |
| Hex | 50 | 38 | E | 0 | 1E | 53 | 45 | 26 | 46 | 12 |
| Octal | 120 | 70 | 16 | 0 | 36 | 123 | 105 | 46 | 106 | 22 |
| Binary | 1010000 | 111000 | 1110 | 0 | 11110 | 1010011 | 1000101 | 100110 | 1000110 | 10010 |
Color Harmonies of #50380E
Complementary color
Monochromatic Colors of #50380E
Black with #50380E
Text Example
Text Example
White with #50380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50380E; }
p { color: rgb(80,56,14); }
H1.HeaderClassName
{
color: #50380E;
}
.AnyTagClassName
{
color: #50380E;
}
</style>
background-color css
<style>
a { background-color: #50380E; }
a { background-color: rgb(80,56,14); }
div.DivClassName
{
background-color: #50380E;
}
.BgClassName
{
background-color: #50380E;
}
</style>
border-color css
<style>
span { border-color: #50380E; }
span { border-color: rgb(80,56,14); }
td.TdClassName
{
border-color: #50380E;
}
.TagClassName
{
border-color: #50380E;
}
</style>