Shades of Rose Bud Cherry #88175C
Tints of Rose Bud Cherry #88175C
RGB
CMYK
RGB Variations
Color information
#88175C (or 0x88175C) is known color: Rose Bud Cherry. HEX triplet: 88, 17 and 5C. RGB value is (136,23,92). Sum of RGB (Red+Green+Blue) = 136+23+92=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88175C is #77E8A3. Grayscale: #404040. Windows color (decimal): -7858340 or 6035336. OLE color: 6035336.
HSL color Cylindrical-coordinate representation of color #88175C: hue angle of 323.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88175C is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 92 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.47 |
| HSL | 323.36º | 0.71% | 0.31% | - |
| HSV(B) | 323.36º | 0.83% | 0.53% | - |
| XYZ | 12.39 | 6.62 | 10.75 | - |
| YUV | 64.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 92 | 0 | 0.83 | 0.32 | 0.47 | 323.36 | 0.71 | 0.31 |
| Hex | 88 | 17 | 5C | 0 | 53 | 20 | 2F | 143 | 47 | 1F |
| Octal | 210 | 27 | 134 | 0 | 123 | 40 | 57 | 503 | 107 | 37 |
| Binary | 10001000 | 10111 | 1011100 | 0 | 1010011 | 100000 | 101111 | 101000011 | 1000111 | 11111 |
Color Harmonies of #88175C
Complementary color
Monochromatic Colors of #88175C
Black with #88175C
Text Example
Text Example
White with #88175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88175C; }
p { color: rgb(136,23,92); }
H1.HeaderClassName
{
color: #88175C;
}
.AnyTagClassName
{
color: #88175C;
}
</style>
background-color css
<style>
a { background-color: #88175C; }
a { background-color: rgb(136,23,92); }
div.DivClassName
{
background-color: #88175C;
}
.BgClassName
{
background-color: #88175C;
}
</style>
border-color css
<style>
span { border-color: #88175C; }
span { border-color: rgb(136,23,92); }
td.TdClassName
{
border-color: #88175C;
}
.TagClassName
{
border-color: #88175C;
}
</style>