Shades of Cannon Pink #81515D
Tints of Cannon Pink #81515D
RGB
CMYK
RGB Variations
Color information
#81515D (or 0x81515D) is known color: Cannon Pink. HEX triplet: 81, 51 and 5D. RGB value is (129,81,93). Sum of RGB (Red+Green+Blue) = 129+81+93=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81515D is #7EAEA2. Grayscale: #606060. Windows color (decimal): -8302243 or 6115713. OLE color: 6115713.
HSL color Cylindrical-coordinate representation of color #81515D: hue angle of 345º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81515D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 93 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.49 |
| HSL | 345º | 0.23% | 0.41% | - |
| HSV(B) | 345º | 0.37% | 0.51% | - |
| XYZ | 13.97 | 11.34 | 11.81 | - |
| YUV | 96.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 93 | 0 | 0.37 | 0.28 | 0.49 | 345 | 0.23 | 0.41 |
| Hex | 81 | 51 | 5D | 0 | 25 | 1C | 31 | 159 | 17 | 29 |
| Octal | 201 | 121 | 135 | 0 | 45 | 34 | 61 | 531 | 27 | 51 |
| Binary | 10000001 | 1010001 | 1011101 | 0 | 100101 | 11100 | 110001 | 101011001 | 10111 | 101001 |
Color Harmonies of #81515D
Complementary color
Monochromatic Colors of #81515D
Black with #81515D
Text Example
Text Example
White with #81515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81515D; }
p { color: rgb(129,81,93); }
H1.HeaderClassName
{
color: #81515D;
}
.AnyTagClassName
{
color: #81515D;
}
</style>
background-color css
<style>
a { background-color: #81515D; }
a { background-color: rgb(129,81,93); }
div.DivClassName
{
background-color: #81515D;
}
.BgClassName
{
background-color: #81515D;
}
</style>
border-color css
<style>
span { border-color: #81515D; }
span { border-color: rgb(129,81,93); }
td.TdClassName
{
border-color: #81515D;
}
.TagClassName
{
border-color: #81515D;
}
</style>