Shades of Buccaneer #715151
Tints of Buccaneer #715151
RGB
CMYK
RGB Variations
Color information
#715151 (or 0x715151) is known color: Buccaneer. HEX triplet: 71, 51 and 51. RGB value is (113,81,81). Sum of RGB (Red+Green+Blue) = 113+81+81=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715151 is #8EAEAE. Grayscale: #5A5A5A. Windows color (decimal): -9350831 or 5329265. OLE color: 5329265.
HSL color Cylindrical-coordinate representation of color #715151: hue angle of 0º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715151 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 81 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.56 |
| HSL | 0º | 0.16% | 0.38% | - |
| HSV(B) | 0º | 0.28% | 0.44% | - |
| XYZ | 11.24 | 9.99 | 9.12 | - |
| YUV | 90.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 81 | 0 | 0.28 | 0.28 | 0.56 | 0 | 0.16 | 0.38 |
| Hex | 71 | 51 | 51 | 0 | 1C | 1C | 38 | 0 | 10 | 26 |
| Octal | 161 | 121 | 121 | 0 | 34 | 34 | 70 | 0 | 20 | 46 |
| Binary | 1110001 | 1010001 | 1010001 | 0 | 11100 | 11100 | 111000 | 0 | 10000 | 100110 |
Color Harmonies of #715151
Complementary color
Monochromatic Colors of #715151
Black with #715151
Text Example
Text Example
White with #715151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715151; }
p { color: rgb(113,81,81); }
H1.HeaderClassName
{
color: #715151;
}
.AnyTagClassName
{
color: #715151;
}
</style>
background-color css
<style>
a { background-color: #715151; }
a { background-color: rgb(113,81,81); }
div.DivClassName
{
background-color: #715151;
}
.BgClassName
{
background-color: #715151;
}
</style>
border-color css
<style>
span { border-color: #715151; }
span { border-color: rgb(113,81,81); }
td.TdClassName
{
border-color: #715151;
}
.TagClassName
{
border-color: #715151;
}
</style>