Shades of Clinker #50381A
Tints of Clinker #50381A
RGB
CMYK
RGB Variations
Color information
#50381A (or 0x50381A) is known color: Clinker. HEX triplet: 50, 38 and 1A. RGB value is (80,56,26). Sum of RGB (Red+Green+Blue) = 80+56+26=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50381A is #AFC7E5. Grayscale: #3B3B3B. Windows color (decimal): -11519974 or 1718352. OLE color: 1718352.
HSL color Cylindrical-coordinate representation of color #50381A: hue angle of 33.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50381A is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 26 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.69 |
| HSL | 33.33º | 0.51% | 0.21% | - |
| HSV(B) | 33.33º | 0.68% | 0.31% | - |
| XYZ | 4.91 | 4.61 | 1.61 | - |
| YUV | 59.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 26 | 0 | 0.30 | 0.67 | 0.69 | 33.33 | 0.51 | 0.21 |
| Hex | 50 | 38 | 1A | 0 | 1E | 43 | 45 | 21 | 33 | 15 |
| Octal | 120 | 70 | 32 | 0 | 36 | 103 | 105 | 41 | 63 | 25 |
| Binary | 1010000 | 111000 | 11010 | 0 | 11110 | 1000011 | 1000101 | 100001 | 110011 | 10101 |
Color Harmonies of #50381A
Complementary color
Monochromatic Colors of #50381A
Black with #50381A
Text Example
Text Example
White with #50381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50381A; }
p { color: rgb(80,56,26); }
H1.HeaderClassName
{
color: #50381A;
}
.AnyTagClassName
{
color: #50381A;
}
</style>
background-color css
<style>
a { background-color: #50381A; }
a { background-color: rgb(80,56,26); }
div.DivClassName
{
background-color: #50381A;
}
.BgClassName
{
background-color: #50381A;
}
</style>
border-color css
<style>
span { border-color: #50381A; }
span { border-color: rgb(80,56,26); }
td.TdClassName
{
border-color: #50381A;
}
.TagClassName
{
border-color: #50381A;
}
</style>