Shades of Rose Bud Cherry #80245B
Tints of Rose Bud Cherry #80245B
RGB
CMYK
RGB Variations
Color information
#80245B (or 0x80245B) is known color: Rose Bud Cherry. HEX triplet: 80, 24 and 5B. RGB value is (128,36,91). Sum of RGB (Red+Green+Blue) = 128+36+91=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80245B is #7FDBA4. Grayscale: #454545. Windows color (decimal): -8379301 or 5973120. OLE color: 5973120.
HSL color Cylindrical-coordinate representation of color #80245B: hue angle of 324.13º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80245B is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 91 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.50 |
| HSL | 324.13º | 0.56% | 0.32% | - |
| HSV(B) | 324.13º | 0.72% | 0.5% | - |
| XYZ | 11.42 | 6.61 | 10.57 | - |
| YUV | 69.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 91 | 0 | 0.72 | 0.29 | 0.50 | 324.13 | 0.56 | 0.32 |
| Hex | 80 | 24 | 5B | 0 | 48 | 1D | 32 | 144 | 38 | 20 |
| Octal | 200 | 44 | 133 | 0 | 110 | 35 | 62 | 504 | 70 | 40 |
| Binary | 10000000 | 100100 | 1011011 | 0 | 1001000 | 11101 | 110010 | 101000100 | 111000 | 100000 |
Color Harmonies of #80245B
Complementary color
Monochromatic Colors of #80245B
Black with #80245B
Text Example
Text Example
White with #80245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80245B; }
p { color: rgb(128,36,91); }
H1.HeaderClassName
{
color: #80245B;
}
.AnyTagClassName
{
color: #80245B;
}
</style>
background-color css
<style>
a { background-color: #80245B; }
a { background-color: rgb(128,36,91); }
div.DivClassName
{
background-color: #80245B;
}
.BgClassName
{
background-color: #80245B;
}
</style>
border-color css
<style>
span { border-color: #80245B; }
span { border-color: rgb(128,36,91); }
td.TdClassName
{
border-color: #80245B;
}
.TagClassName
{
border-color: #80245B;
}
</style>