Shades of Clinker #51390F
Tints of Clinker #51390F
RGB
CMYK
RGB Variations
Color information
#51390F (or 0x51390F) is known color: Clinker. HEX triplet: 51, 39 and 0F. RGB value is (81,57,15). Sum of RGB (Red+Green+Blue) = 81+57+15=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #51390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51390F is #AEC6F0. Grayscale: #3B3B3B. Windows color (decimal): -11454193 or 997713. OLE color: 997713.
HSL color Cylindrical-coordinate representation of color #51390F: hue angle of 38.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51390F is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 15 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.68 |
| HSL | 38.18º | 0.69% | 0.19% | - |
| HSV(B) | 38.18º | 0.81% | 0.32% | - |
| XYZ | 4.94 | 4.71 | 1.1 | - |
| YUV | 59.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 15 | 0 | 0.30 | 0.81 | 0.68 | 38.18 | 0.69 | 0.19 |
| Hex | 51 | 39 | F | 0 | 1E | 51 | 44 | 26 | 45 | 13 |
| Octal | 121 | 71 | 17 | 0 | 36 | 121 | 104 | 46 | 105 | 23 |
| Binary | 1010001 | 111001 | 1111 | 0 | 11110 | 1010001 | 1000100 | 100110 | 1000101 | 10011 |
Color Harmonies of #51390F
Complementary color
Monochromatic Colors of #51390F
Black with #51390F
Text Example
Text Example
White with #51390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51390F; }
p { color: rgb(81,57,15); }
H1.HeaderClassName
{
color: #51390F;
}
.AnyTagClassName
{
color: #51390F;
}
</style>
background-color css
<style>
a { background-color: #51390F; }
a { background-color: rgb(81,57,15); }
div.DivClassName
{
background-color: #51390F;
}
.BgClassName
{
background-color: #51390F;
}
</style>
border-color css
<style>
span { border-color: #51390F; }
span { border-color: rgb(81,57,15); }
td.TdClassName
{
border-color: #51390F;
}
.TagClassName
{
border-color: #51390F;
}
</style>