Shades of Clinker #503A19
Tints of Clinker #503A19
RGB
CMYK
RGB Variations
Color information
#503A19 (or 0x503A19) is known color: Clinker. HEX triplet: 50, 3A and 19. RGB value is (80,58,25). Sum of RGB (Red+Green+Blue) = 80+58+25=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A19 is #AFC5E6. Grayscale: #3C3C3C. Windows color (decimal): -11519463 or 1653328. OLE color: 1653328.
HSL color Cylindrical-coordinate representation of color #503A19: hue angle of 36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503A19 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 25 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.69 |
| HSL | 36º | 0.52% | 0.21% | - |
| HSV(B) | 36º | 0.69% | 0.31% | - |
| XYZ | 5 | 4.8 | 1.58 | - |
| YUV | 60.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 25 | 0 | 0.28 | 0.69 | 0.69 | 36 | 0.52 | 0.21 |
| Hex | 50 | 3A | 19 | 0 | 1C | 45 | 45 | 24 | 34 | 15 |
| Octal | 120 | 72 | 31 | 0 | 34 | 105 | 105 | 44 | 64 | 25 |
| Binary | 1010000 | 111010 | 11001 | 0 | 11100 | 1000101 | 1000101 | 100100 | 110100 | 10101 |
Color Harmonies of #503A19
Complementary color
Monochromatic Colors of #503A19
Black with #503A19
Text Example
Text Example
White with #503A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A19; }
p { color: rgb(80,58,25); }
H1.HeaderClassName
{
color: #503A19;
}
.AnyTagClassName
{
color: #503A19;
}
</style>
background-color css
<style>
a { background-color: #503A19; }
a { background-color: rgb(80,58,25); }
div.DivClassName
{
background-color: #503A19;
}
.BgClassName
{
background-color: #503A19;
}
</style>
border-color css
<style>
span { border-color: #503A19; }
span { border-color: rgb(80,58,25); }
td.TdClassName
{
border-color: #503A19;
}
.TagClassName
{
border-color: #503A19;
}
</style>