Shades of Rose Bud Cherry #8A1850
Tints of Rose Bud Cherry #8A1850
RGB
CMYK
RGB Variations
Color information
#8A1850 (or 0x8A1850) is known color: Rose Bud Cherry. HEX triplet: 8A, 18 and 50. RGB value is (138,24,80). Sum of RGB (Red+Green+Blue) = 138+24+80=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1850 is #75E7AF. Grayscale: #404040. Windows color (decimal): -7727024 or 5249162. OLE color: 5249162.
HSL color Cylindrical-coordinate representation of color #8A1850: hue angle of 330.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1850 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 80 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.46 |
| HSL | 330.53º | 0.7% | 0.32% | - |
| HSV(B) | 330.53º | 0.83% | 0.54% | - |
| XYZ | 12.26 | 6.64 | 8.22 | - |
| YUV | 64.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 80 | 0 | 0.83 | 0.42 | 0.46 | 330.53 | 0.7 | 0.32 |
| Hex | 8A | 18 | 50 | 0 | 53 | 2A | 2E | 14B | 46 | 20 |
| Octal | 212 | 30 | 120 | 0 | 123 | 52 | 56 | 513 | 106 | 40 |
| Binary | 10001010 | 11000 | 1010000 | 0 | 1010011 | 101010 | 101110 | 101001011 | 1000110 | 100000 |
Color Harmonies of #8A1850
Complementary color
Monochromatic Colors of #8A1850
Black with #8A1850
Text Example
Text Example
White with #8A1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1850; }
p { color: rgb(138,24,80); }
H1.HeaderClassName
{
color: #8A1850;
}
.AnyTagClassName
{
color: #8A1850;
}
</style>
background-color css
<style>
a { background-color: #8A1850; }
a { background-color: rgb(138,24,80); }
div.DivClassName
{
background-color: #8A1850;
}
.BgClassName
{
background-color: #8A1850;
}
</style>
border-color css
<style>
span { border-color: #8A1850; }
span { border-color: rgb(138,24,80); }
td.TdClassName
{
border-color: #8A1850;
}
.TagClassName
{
border-color: #8A1850;
}
</style>