Shades of Rose Bud Cherry #8B3669
Tints of Rose Bud Cherry #8B3669
RGB
CMYK
RGB Variations
Color information
#8B3669 (or 0x8B3669) is known color: Rose Bud Cherry. HEX triplet: 8B, 36 and 69. RGB value is (139,54,105). Sum of RGB (Red+Green+Blue) = 139+54+105=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3669 is #74C996. Grayscale: #555555. Windows color (decimal): -7653783 or 6895243. OLE color: 6895243.
HSL color Cylindrical-coordinate representation of color #8B3669: hue angle of 324º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3669 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 105 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.45 |
| HSL | 324º | 0.44% | 0.38% | - |
| HSV(B) | 324º | 0.61% | 0.55% | - |
| XYZ | 14.52 | 9.15 | 14.37 | - |
| YUV | 85.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 105 | 0 | 0.61 | 0.24 | 0.45 | 324 | 0.44 | 0.38 |
| Hex | 8B | 36 | 69 | 0 | 3D | 18 | 2D | 144 | 2C | 26 |
| Octal | 213 | 66 | 151 | 0 | 75 | 30 | 55 | 504 | 54 | 46 |
| Binary | 10001011 | 110110 | 1101001 | 0 | 111101 | 11000 | 101101 | 101000100 | 101100 | 100110 |
Color Harmonies of #8B3669
Complementary color
Monochromatic Colors of #8B3669
Black with #8B3669
Text Example
Text Example
White with #8B3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3669; }
p { color: rgb(139,54,105); }
H1.HeaderClassName
{
color: #8B3669;
}
.AnyTagClassName
{
color: #8B3669;
}
</style>
background-color css
<style>
a { background-color: #8B3669; }
a { background-color: rgb(139,54,105); }
div.DivClassName
{
background-color: #8B3669;
}
.BgClassName
{
background-color: #8B3669;
}
</style>
border-color css
<style>
span { border-color: #8B3669; }
span { border-color: rgb(139,54,105); }
td.TdClassName
{
border-color: #8B3669;
}
.TagClassName
{
border-color: #8B3669;
}
</style>