Shades of Rose Bud Cherry #8A1F5E
Tints of Rose Bud Cherry #8A1F5E
RGB
CMYK
RGB Variations
Color information
#8A1F5E (or 0x8A1F5E) is known color: Rose Bud Cherry. HEX triplet: 8A, 1F and 5E. RGB value is (138,31,94). Sum of RGB (Red+Green+Blue) = 138+31+94=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F5E is #75E0A1. Grayscale: #464646. Windows color (decimal): -7725218 or 6168458. OLE color: 6168458.
HSL color Cylindrical-coordinate representation of color #8A1F5E: hue angle of 324.67º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F5E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 94 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.46 |
| HSL | 324.67º | 0.63% | 0.33% | - |
| HSV(B) | 324.67º | 0.78% | 0.54% | - |
| XYZ | 12.99 | 7.19 | 11.29 | - |
| YUV | 70.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 94 | 0 | 0.78 | 0.32 | 0.46 | 324.67 | 0.63 | 0.33 |
| Hex | 8A | 1F | 5E | 0 | 4E | 20 | 2E | 145 | 3F | 21 |
| Octal | 212 | 37 | 136 | 0 | 116 | 40 | 56 | 505 | 77 | 41 |
| Binary | 10001010 | 11111 | 1011110 | 0 | 1001110 | 100000 | 101110 | 101000101 | 111111 | 100001 |
Color Harmonies of #8A1F5E
Complementary color
Monochromatic Colors of #8A1F5E
Black with #8A1F5E
Text Example
Text Example
White with #8A1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F5E; }
p { color: rgb(138,31,94); }
H1.HeaderClassName
{
color: #8A1F5E;
}
.AnyTagClassName
{
color: #8A1F5E;
}
</style>
background-color css
<style>
a { background-color: #8A1F5E; }
a { background-color: rgb(138,31,94); }
div.DivClassName
{
background-color: #8A1F5E;
}
.BgClassName
{
background-color: #8A1F5E;
}
</style>
border-color css
<style>
span { border-color: #8A1F5E; }
span { border-color: rgb(138,31,94); }
td.TdClassName
{
border-color: #8A1F5E;
}
.TagClassName
{
border-color: #8A1F5E;
}
</style>