Shades of Rose Bud Cherry #8A1D4F
Tints of Rose Bud Cherry #8A1D4F
RGB
CMYK
RGB Variations
Color information
#8A1D4F (or 0x8A1D4F) is known color: Rose Bud Cherry. HEX triplet: 8A, 1D and 4F. RGB value is (138,29,79). Sum of RGB (Red+Green+Blue) = 138+29+79=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1D4F is #75E2B0. Grayscale: #434343. Windows color (decimal): -7725745 or 5184906. OLE color: 5184906.
HSL color Cylindrical-coordinate representation of color #8A1D4F: hue angle of 332.48º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D4F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 29 | 79 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.46 |
| HSL | 332.48º | 0.65% | 0.33% | - |
| HSV(B) | 332.48º | 0.79% | 0.54% | - |
| XYZ | 12.33 | 6.85 | 8.07 | - |
| YUV | 67.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 79 | 0 | 0.79 | 0.43 | 0.46 | 332.48 | 0.65 | 0.33 |
| Hex | 8A | 1D | 4F | 0 | 4F | 2B | 2E | 14C | 41 | 21 |
| Octal | 212 | 35 | 117 | 0 | 117 | 53 | 56 | 514 | 101 | 41 |
| Binary | 10001010 | 11101 | 1001111 | 0 | 1001111 | 101011 | 101110 | 101001100 | 1000001 | 100001 |
Color Harmonies of #8A1D4F
Complementary color
Monochromatic Colors of #8A1D4F
Black with #8A1D4F
Text Example
Text Example
White with #8A1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1D4F; }
p { color: rgb(138,29,79); }
H1.HeaderClassName
{
color: #8A1D4F;
}
.AnyTagClassName
{
color: #8A1D4F;
}
</style>
background-color css
<style>
a { background-color: #8A1D4F; }
a { background-color: rgb(138,29,79); }
div.DivClassName
{
background-color: #8A1D4F;
}
.BgClassName
{
background-color: #8A1D4F;
}
</style>
border-color css
<style>
span { border-color: #8A1D4F; }
span { border-color: rgb(138,29,79); }
td.TdClassName
{
border-color: #8A1D4F;
}
.TagClassName
{
border-color: #8A1D4F;
}
</style>