Shades of Clinker #503A1B
Tints of Clinker #503A1B
RGB
CMYK
RGB Variations
Color information
#503A1B (or 0x503A1B) is known color: Clinker. HEX triplet: 50, 3A and 1B. RGB value is (80,58,27). Sum of RGB (Red+Green+Blue) = 80+58+27=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A1B is #AFC5E4. Grayscale: #3D3D3D. Windows color (decimal): -11519461 or 1784400. OLE color: 1784400.
HSL color Cylindrical-coordinate representation of color #503A1B: hue angle of 35.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503A1B is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 27 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.69 |
| HSL | 35.09º | 0.5% | 0.21% | - |
| HSV(B) | 35.09º | 0.66% | 0.31% | - |
| XYZ | 5.02 | 4.81 | 1.7 | - |
| YUV | 61.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 27 | 0 | 0.28 | 0.66 | 0.69 | 35.09 | 0.5 | 0.21 |
| Hex | 50 | 3A | 1B | 0 | 1C | 42 | 45 | 23 | 32 | 15 |
| Octal | 120 | 72 | 33 | 0 | 34 | 102 | 105 | 43 | 62 | 25 |
| Binary | 1010000 | 111010 | 11011 | 0 | 11100 | 1000010 | 1000101 | 100011 | 110010 | 10101 |
Color Harmonies of #503A1B
Complementary color
Monochromatic Colors of #503A1B
Black with #503A1B
Text Example
Text Example
White with #503A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A1B; }
p { color: rgb(80,58,27); }
H1.HeaderClassName
{
color: #503A1B;
}
.AnyTagClassName
{
color: #503A1B;
}
</style>
background-color css
<style>
a { background-color: #503A1B; }
a { background-color: rgb(80,58,27); }
div.DivClassName
{
background-color: #503A1B;
}
.BgClassName
{
background-color: #503A1B;
}
</style>
border-color css
<style>
span { border-color: #503A1B; }
span { border-color: rgb(80,58,27); }
td.TdClassName
{
border-color: #503A1B;
}
.TagClassName
{
border-color: #503A1B;
}
</style>