Shades of Cannon Pink #834E5B
Tints of Cannon Pink #834E5B
RGB
CMYK
RGB Variations
Color information
#834E5B (or 0x834E5B) is known color: Cannon Pink. HEX triplet: 83, 4E and 5B. RGB value is (131,78,91). Sum of RGB (Red+Green+Blue) = 131+78+91=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E5B is #7CB1A4. Grayscale: #5F5F5F. Windows color (decimal): -8171941 or 5983875. OLE color: 5983875.
HSL color Cylindrical-coordinate representation of color #834E5B: hue angle of 345.28º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E5B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 91 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.49 |
| HSL | 345.28º | 0.25% | 0.41% | - |
| HSV(B) | 345.28º | 0.4% | 0.51% | - |
| XYZ | 13.97 | 11.03 | 11.29 | - |
| YUV | 95.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 91 | 0 | 0.40 | 0.31 | 0.49 | 345.28 | 0.25 | 0.41 |
| Hex | 83 | 4E | 5B | 0 | 28 | 1F | 31 | 159 | 19 | 29 |
| Octal | 203 | 116 | 133 | 0 | 50 | 37 | 61 | 531 | 31 | 51 |
| Binary | 10000011 | 1001110 | 1011011 | 0 | 101000 | 11111 | 110001 | 101011001 | 11001 | 101001 |
Color Harmonies of #834E5B
Complementary color
Monochromatic Colors of #834E5B
Black with #834E5B
Text Example
Text Example
White with #834E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E5B; }
p { color: rgb(131,78,91); }
H1.HeaderClassName
{
color: #834E5B;
}
.AnyTagClassName
{
color: #834E5B;
}
</style>
background-color css
<style>
a { background-color: #834E5B; }
a { background-color: rgb(131,78,91); }
div.DivClassName
{
background-color: #834E5B;
}
.BgClassName
{
background-color: #834E5B;
}
</style>
border-color css
<style>
span { border-color: #834E5B; }
span { border-color: rgb(131,78,91); }
td.TdClassName
{
border-color: #834E5B;
}
.TagClassName
{
border-color: #834E5B;
}
</style>