Shades of Cannon Pink #81525E
Tints of Cannon Pink #81525E
RGB
CMYK
RGB Variations
Color information
#81525E (or 0x81525E) is known color: Cannon Pink. HEX triplet: 81, 52 and 5E. RGB value is (129,82,94). Sum of RGB (Red+Green+Blue) = 129+82+94=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81525E is #7EADA1. Grayscale: #616161. Windows color (decimal): -8301986 or 6181505. OLE color: 6181505.
HSL color Cylindrical-coordinate representation of color #81525E: hue angle of 344.68º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81525E is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 94 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.49 |
| HSL | 344.68º | 0.22% | 0.41% | - |
| HSV(B) | 344.68º | 0.36% | 0.51% | - |
| XYZ | 14.09 | 11.51 | 12.07 | - |
| YUV | 97.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 94 | 0 | 0.36 | 0.27 | 0.49 | 344.68 | 0.22 | 0.41 |
| Hex | 81 | 52 | 5E | 0 | 24 | 1B | 31 | 159 | 16 | 29 |
| Octal | 201 | 122 | 136 | 0 | 44 | 33 | 61 | 531 | 26 | 51 |
| Binary | 10000001 | 1010010 | 1011110 | 0 | 100100 | 11011 | 110001 | 101011001 | 10110 | 101001 |
Color Harmonies of #81525E
Complementary color
Monochromatic Colors of #81525E
Black with #81525E
Text Example
Text Example
White with #81525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81525E; }
p { color: rgb(129,82,94); }
H1.HeaderClassName
{
color: #81525E;
}
.AnyTagClassName
{
color: #81525E;
}
</style>
background-color css
<style>
a { background-color: #81525E; }
a { background-color: rgb(129,82,94); }
div.DivClassName
{
background-color: #81525E;
}
.BgClassName
{
background-color: #81525E;
}
</style>
border-color css
<style>
span { border-color: #81525E; }
span { border-color: rgb(129,82,94); }
td.TdClassName
{
border-color: #81525E;
}
.TagClassName
{
border-color: #81525E;
}
</style>