Shades of Rose Bud Cherry #8A2362
Tints of Rose Bud Cherry #8A2362
RGB
CMYK
RGB Variations
Color information
#8A2362 (or 0x8A2362) is known color: Rose Bud Cherry. HEX triplet: 8A, 23 and 62. RGB value is (138,35,98). Sum of RGB (Red+Green+Blue) = 138+35+98=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2362 is #75DC9D. Grayscale: #484848. Windows color (decimal): -7724190 or 6431626. OLE color: 6431626.
HSL color Cylindrical-coordinate representation of color #8A2362: hue angle of 323.3º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2362 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 98 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.46 |
| HSL | 323.3º | 0.6% | 0.34% | - |
| HSV(B) | 323.3º | 0.75% | 0.54% | - |
| XYZ | 13.29 | 7.49 | 12.3 | - |
| YUV | 72.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 98 | 0 | 0.75 | 0.29 | 0.46 | 323.3 | 0.6 | 0.34 |
| Hex | 8A | 23 | 62 | 0 | 4B | 1D | 2E | 143 | 3C | 22 |
| Octal | 212 | 43 | 142 | 0 | 113 | 35 | 56 | 503 | 74 | 42 |
| Binary | 10001010 | 100011 | 1100010 | 0 | 1001011 | 11101 | 101110 | 101000011 | 111100 | 100010 |
Color Harmonies of #8A2362
Complementary color
Monochromatic Colors of #8A2362
Black with #8A2362
Text Example
Text Example
White with #8A2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2362; }
p { color: rgb(138,35,98); }
H1.HeaderClassName
{
color: #8A2362;
}
.AnyTagClassName
{
color: #8A2362;
}
</style>
background-color css
<style>
a { background-color: #8A2362; }
a { background-color: rgb(138,35,98); }
div.DivClassName
{
background-color: #8A2362;
}
.BgClassName
{
background-color: #8A2362;
}
</style>
border-color css
<style>
span { border-color: #8A2362; }
span { border-color: rgb(138,35,98); }
td.TdClassName
{
border-color: #8A2362;
}
.TagClassName
{
border-color: #8A2362;
}
</style>