Shades of Clinker #50381C
Tints of Clinker #50381C
RGB
CMYK
RGB Variations
Color information
#50381C (or 0x50381C) is known color: Clinker. HEX triplet: 50, 38 and 1C. RGB value is (80,56,28). Sum of RGB (Red+Green+Blue) = 80+56+28=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50381C is #AFC7E3. Grayscale: #3C3C3C. Windows color (decimal): -11519972 or 1849424. OLE color: 1849424.
HSL color Cylindrical-coordinate representation of color #50381C: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50381C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 28 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.69 |
| HSL | 32.31º | 0.48% | 0.21% | - |
| HSV(B) | 32.31º | 0.65% | 0.31% | - |
| XYZ | 4.93 | 4.62 | 1.73 | - |
| YUV | 59.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 28 | 0 | 0.30 | 0.65 | 0.69 | 32.31 | 0.48 | 0.21 |
| Hex | 50 | 38 | 1C | 0 | 1E | 41 | 45 | 20 | 30 | 15 |
| Octal | 120 | 70 | 34 | 0 | 36 | 101 | 105 | 40 | 60 | 25 |
| Binary | 1010000 | 111000 | 11100 | 0 | 11110 | 1000001 | 1000101 | 100000 | 110000 | 10101 |
Color Harmonies of #50381C
Complementary color
Monochromatic Colors of #50381C
Black with #50381C
Text Example
Text Example
White with #50381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50381C; }
p { color: rgb(80,56,28); }
H1.HeaderClassName
{
color: #50381C;
}
.AnyTagClassName
{
color: #50381C;
}
</style>
background-color css
<style>
a { background-color: #50381C; }
a { background-color: rgb(80,56,28); }
div.DivClassName
{
background-color: #50381C;
}
.BgClassName
{
background-color: #50381C;
}
</style>
border-color css
<style>
span { border-color: #50381C; }
span { border-color: rgb(80,56,28); }
td.TdClassName
{
border-color: #50381C;
}
.TagClassName
{
border-color: #50381C;
}
</style>