Shades of Clinker #513B1B
Tints of Clinker #513B1B
RGB
CMYK
RGB Variations
Color information
#513B1B (or 0x513B1B) is known color: Clinker. HEX triplet: 51, 3B and 1B. RGB value is (81,59,27). Sum of RGB (Red+Green+Blue) = 81+59+27=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B1B is #AEC4E4. Grayscale: #3E3E3E. Windows color (decimal): -11453669 or 1784657. OLE color: 1784657.
HSL color Cylindrical-coordinate representation of color #513B1B: hue angle of 35.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513B1B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 27 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.68 |
| HSL | 35.56º | 0.5% | 0.21% | - |
| HSV(B) | 35.56º | 0.67% | 0.32% | - |
| XYZ | 5.16 | 4.96 | 1.72 | - |
| YUV | 61.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 27 | 0 | 0.27 | 0.67 | 0.68 | 35.56 | 0.5 | 0.21 |
| Hex | 51 | 3B | 1B | 0 | 1B | 43 | 44 | 24 | 32 | 15 |
| Octal | 121 | 73 | 33 | 0 | 33 | 103 | 104 | 44 | 62 | 25 |
| Binary | 1010001 | 111011 | 11011 | 0 | 11011 | 1000011 | 1000100 | 100100 | 110010 | 10101 |
Color Harmonies of #513B1B
Complementary color
Monochromatic Colors of #513B1B
Black with #513B1B
Text Example
Text Example
White with #513B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B1B; }
p { color: rgb(81,59,27); }
H1.HeaderClassName
{
color: #513B1B;
}
.AnyTagClassName
{
color: #513B1B;
}
</style>
background-color css
<style>
a { background-color: #513B1B; }
a { background-color: rgb(81,59,27); }
div.DivClassName
{
background-color: #513B1B;
}
.BgClassName
{
background-color: #513B1B;
}
</style>
border-color css
<style>
span { border-color: #513B1B; }
span { border-color: rgb(81,59,27); }
td.TdClassName
{
border-color: #513B1B;
}
.TagClassName
{
border-color: #513B1B;
}
</style>