Shades of Rose Bud Cherry #83174C
Tints of Rose Bud Cherry #83174C
RGB
CMYK
RGB Variations
Color information
#83174C (or 0x83174C) is known color: Rose Bud Cherry. HEX triplet: 83, 17 and 4C. RGB value is (131,23,76). Sum of RGB (Red+Green+Blue) = 131+23+76=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83174C is #7CE8B3. Grayscale: #3D3D3D. Windows color (decimal): -8186036 or 4986755. OLE color: 4986755.
HSL color Cylindrical-coordinate representation of color #83174C: hue angle of 330.56º 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 #83174C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 76 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.49 |
| HSL | 330.56º | 0.7% | 0.3% | - |
| HSV(B) | 330.56º | 0.82% | 0.51% | - |
| XYZ | 10.97 | 5.96 | 7.41 | - |
| YUV | 61.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 76 | 0 | 0.82 | 0.42 | 0.49 | 330.56 | 0.7 | 0.3 |
| Hex | 83 | 17 | 4C | 0 | 52 | 2A | 31 | 14B | 46 | 1E |
| Octal | 203 | 27 | 114 | 0 | 122 | 52 | 61 | 513 | 106 | 36 |
| Binary | 10000011 | 10111 | 1001100 | 0 | 1010010 | 101010 | 110001 | 101001011 | 1000110 | 11110 |
Color Harmonies of #83174C
Complementary color
Monochromatic Colors of #83174C
Black with #83174C
Text Example
Text Example
White with #83174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83174C; }
p { color: rgb(131,23,76); }
H1.HeaderClassName
{
color: #83174C;
}
.AnyTagClassName
{
color: #83174C;
}
</style>
background-color css
<style>
a { background-color: #83174C; }
a { background-color: rgb(131,23,76); }
div.DivClassName
{
background-color: #83174C;
}
.BgClassName
{
background-color: #83174C;
}
</style>
border-color css
<style>
span { border-color: #83174C; }
span { border-color: rgb(131,23,76); }
td.TdClassName
{
border-color: #83174C;
}
.TagClassName
{
border-color: #83174C;
}
</style>