Shades of Clinker #51391E
Tints of Clinker #51391E
RGB
CMYK
RGB Variations
Color information
#51391E (or 0x51391E) is known color: Clinker. HEX triplet: 51, 39 and 1E. RGB value is (81,57,30). Sum of RGB (Red+Green+Blue) = 81+57+30=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #51391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51391E is #AEC6E1. Grayscale: #3D3D3D. Windows color (decimal): -11454178 or 1980753. OLE color: 1980753.
HSL color Cylindrical-coordinate representation of color #51391E: hue angle of 31.76º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51391E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 30 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.68 |
| HSL | 31.76º | 0.46% | 0.22% | - |
| HSV(B) | 31.76º | 0.63% | 0.32% | - |
| XYZ | 5.09 | 4.77 | 1.88 | - |
| YUV | 61.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 30 | 0 | 0.30 | 0.63 | 0.68 | 31.76 | 0.46 | 0.22 |
| Hex | 51 | 39 | 1E | 0 | 1E | 3F | 44 | 20 | 2E | 16 |
| Octal | 121 | 71 | 36 | 0 | 36 | 77 | 104 | 40 | 56 | 26 |
| Binary | 1010001 | 111001 | 11110 | 0 | 11110 | 111111 | 1000100 | 100000 | 101110 | 10110 |
Color Harmonies of #51391E
Complementary color
Monochromatic Colors of #51391E
Black with #51391E
Text Example
Text Example
White with #51391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51391E; }
p { color: rgb(81,57,30); }
H1.HeaderClassName
{
color: #51391E;
}
.AnyTagClassName
{
color: #51391E;
}
</style>
background-color css
<style>
a { background-color: #51391E; }
a { background-color: rgb(81,57,30); }
div.DivClassName
{
background-color: #51391E;
}
.BgClassName
{
background-color: #51391E;
}
</style>
border-color css
<style>
span { border-color: #51391E; }
span { border-color: rgb(81,57,30); }
td.TdClassName
{
border-color: #51391E;
}
.TagClassName
{
border-color: #51391E;
}
</style>