Shades of Rose Bud Cherry #8B3369
Tints of Rose Bud Cherry #8B3369
RGB
CMYK
RGB Variations
Color information
#8B3369 (or 0x8B3369) is known color: Rose Bud Cherry. HEX triplet: 8B, 33 and 69. RGB value is (139,51,105). Sum of RGB (Red+Green+Blue) = 139+51+105=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3369 is #74CC96. Grayscale: #535353. Windows color (decimal): -7654551 or 6894475. OLE color: 6894475.
HSL color Cylindrical-coordinate representation of color #8B3369: hue angle of 323.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3369 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 105 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.45 |
| HSL | 323.18º | 0.46% | 0.37% | - |
| HSV(B) | 323.18º | 0.63% | 0.55% | - |
| XYZ | 14.38 | 8.88 | 14.32 | - |
| YUV | 83.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 105 | 0 | 0.63 | 0.24 | 0.45 | 323.18 | 0.46 | 0.37 |
| Hex | 8B | 33 | 69 | 0 | 3F | 18 | 2D | 143 | 2E | 25 |
| Octal | 213 | 63 | 151 | 0 | 77 | 30 | 55 | 503 | 56 | 45 |
| Binary | 10001011 | 110011 | 1101001 | 0 | 111111 | 11000 | 101101 | 101000011 | 101110 | 100101 |
Color Harmonies of #8B3369
Complementary color
Monochromatic Colors of #8B3369
Black with #8B3369
Text Example
Text Example
White with #8B3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3369; }
p { color: rgb(139,51,105); }
H1.HeaderClassName
{
color: #8B3369;
}
.AnyTagClassName
{
color: #8B3369;
}
</style>
background-color css
<style>
a { background-color: #8B3369; }
a { background-color: rgb(139,51,105); }
div.DivClassName
{
background-color: #8B3369;
}
.BgClassName
{
background-color: #8B3369;
}
</style>
border-color css
<style>
span { border-color: #8B3369; }
span { border-color: rgb(139,51,105); }
td.TdClassName
{
border-color: #8B3369;
}
.TagClassName
{
border-color: #8B3369;
}
</style>