Shades of Rose Bud Cherry #8C3453
Tints of Rose Bud Cherry #8C3453
RGB
CMYK
RGB Variations
Color information
#8C3453 (or 0x8C3453) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 53. RGB value is (140,52,83). Sum of RGB (Red+Green+Blue) = 140+52+83=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3453 is #73CBAC. Grayscale: #515151. Windows color (decimal): -7588781 or 5452940. OLE color: 5452940.
HSL color Cylindrical-coordinate representation of color #8C3453: hue angle of 338.86º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3453 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 83 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.45 |
| HSL | 338.86º | 0.46% | 0.38% | - |
| HSV(B) | 338.86º | 0.63% | 0.55% | - |
| XYZ | 13.6 | 8.66 | 9.14 | - |
| YUV | 81.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 83 | 0 | 0.63 | 0.41 | 0.45 | 338.86 | 0.46 | 0.38 |
| Hex | 8C | 34 | 53 | 0 | 3F | 29 | 2D | 153 | 2E | 26 |
| Octal | 214 | 64 | 123 | 0 | 77 | 51 | 55 | 523 | 56 | 46 |
| Binary | 10001100 | 110100 | 1010011 | 0 | 111111 | 101001 | 101101 | 101010011 | 101110 | 100110 |
Color Harmonies of #8C3453
Complementary color
Monochromatic Colors of #8C3453
Black with #8C3453
Text Example
Text Example
White with #8C3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3453; }
p { color: rgb(140,52,83); }
H1.HeaderClassName
{
color: #8C3453;
}
.AnyTagClassName
{
color: #8C3453;
}
</style>
background-color css
<style>
a { background-color: #8C3453; }
a { background-color: rgb(140,52,83); }
div.DivClassName
{
background-color: #8C3453;
}
.BgClassName
{
background-color: #8C3453;
}
</style>
border-color css
<style>
span { border-color: #8C3453; }
span { border-color: rgb(140,52,83); }
td.TdClassName
{
border-color: #8C3453;
}
.TagClassName
{
border-color: #8C3453;
}
</style>