Shades of Rose Bud Cherry #83174D
Tints of Rose Bud Cherry #83174D
RGB
CMYK
RGB Variations
Color information
#83174D (or 0x83174D) is known color: Rose Bud Cherry. HEX triplet: 83, 17 and 4D. RGB value is (131,23,77). Sum of RGB (Red+Green+Blue) = 131+23+77=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83174D is #7CE8B2. Grayscale: #3D3D3D. Windows color (decimal): -8186035 or 5052291. OLE color: 5052291.
HSL color Cylindrical-coordinate representation of color #83174D: hue angle of 330º 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 #83174D is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 77 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.49 |
| HSL | 330º | 0.7% | 0.3% | - |
| HSV(B) | 330º | 0.82% | 0.51% | - |
| XYZ | 11.01 | 5.97 | 7.59 | - |
| YUV | 61.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 77 | 0 | 0.82 | 0.41 | 0.49 | 330 | 0.7 | 0.3 |
| Hex | 83 | 17 | 4D | 0 | 52 | 29 | 31 | 14A | 46 | 1E |
| Octal | 203 | 27 | 115 | 0 | 122 | 51 | 61 | 512 | 106 | 36 |
| Binary | 10000011 | 10111 | 1001101 | 0 | 1010010 | 101001 | 110001 | 101001010 | 1000110 | 11110 |
Color Harmonies of #83174D
Complementary color
Monochromatic Colors of #83174D
Black with #83174D
Text Example
Text Example
White with #83174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83174D; }
p { color: rgb(131,23,77); }
H1.HeaderClassName
{
color: #83174D;
}
.AnyTagClassName
{
color: #83174D;
}
</style>
background-color css
<style>
a { background-color: #83174D; }
a { background-color: rgb(131,23,77); }
div.DivClassName
{
background-color: #83174D;
}
.BgClassName
{
background-color: #83174D;
}
</style>
border-color css
<style>
span { border-color: #83174D; }
span { border-color: rgb(131,23,77); }
td.TdClassName
{
border-color: #83174D;
}
.TagClassName
{
border-color: #83174D;
}
</style>