Shades of Rose Bud Cherry #83174F
Tints of Rose Bud Cherry #83174F
RGB
CMYK
RGB Variations
Color information
#83174F (or 0x83174F) is known color: Rose Bud Cherry. HEX triplet: 83, 17 and 4F. RGB value is (131,23,79). Sum of RGB (Red+Green+Blue) = 131+23+79=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #83174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83174F is #7CE8B0. Grayscale: #3D3D3D. Windows color (decimal): -8186033 or 5183363. OLE color: 5183363.
HSL color Cylindrical-coordinate representation of color #83174F: hue angle of 328.89º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83174F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 79 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.49 |
| HSL | 328.89º | 0.7% | 0.3% | - |
| HSV(B) | 328.89º | 0.82% | 0.51% | - |
| XYZ | 11.08 | 6 | 7.97 | - |
| YUV | 61.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 79 | 0 | 0.82 | 0.40 | 0.49 | 328.89 | 0.7 | 0.3 |
| Hex | 83 | 17 | 4F | 0 | 52 | 28 | 31 | 149 | 46 | 1E |
| Octal | 203 | 27 | 117 | 0 | 122 | 50 | 61 | 511 | 106 | 36 |
| Binary | 10000011 | 10111 | 1001111 | 0 | 1010010 | 101000 | 110001 | 101001001 | 1000110 | 11110 |
Color Harmonies of #83174F
Complementary color
Monochromatic Colors of #83174F
Black with #83174F
Text Example
Text Example
White with #83174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83174F; }
p { color: rgb(131,23,79); }
H1.HeaderClassName
{
color: #83174F;
}
.AnyTagClassName
{
color: #83174F;
}
</style>
background-color css
<style>
a { background-color: #83174F; }
a { background-color: rgb(131,23,79); }
div.DivClassName
{
background-color: #83174F;
}
.BgClassName
{
background-color: #83174F;
}
</style>
border-color css
<style>
span { border-color: #83174F; }
span { border-color: rgb(131,23,79); }
td.TdClassName
{
border-color: #83174F;
}
.TagClassName
{
border-color: #83174F;
}
</style>