Shades of Rose Bud Cherry #901A4C
Tints of Rose Bud Cherry #901A4C
RGB
CMYK
RGB Variations
Color information
#901A4C (or 0x901A4C) is known color: Rose Bud Cherry. HEX triplet: 90, 1A and 4C. RGB value is (144,26,76). Sum of RGB (Red+Green+Blue) = 144+26+76=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #901A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901A4C is #6FE5B3. Grayscale: #424242. Windows color (decimal): -7333300 or 4987536. OLE color: 4987536.
HSL color Cylindrical-coordinate representation of color #901A4C: hue angle of 334.58º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A4C is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 76 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.44 |
| HSL | 334.58º | 0.69% | 0.33% | - |
| HSV(B) | 334.58º | 0.82% | 0.56% | - |
| XYZ | 13.18 | 7.19 | 7.53 | - |
| YUV | 66.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 76 | 0 | 0.82 | 0.47 | 0.44 | 334.58 | 0.69 | 0.33 |
| Hex | 90 | 1A | 4C | 0 | 52 | 2F | 2C | 14F | 45 | 21 |
| Octal | 220 | 32 | 114 | 0 | 122 | 57 | 54 | 517 | 105 | 41 |
| Binary | 10010000 | 11010 | 1001100 | 0 | 1010010 | 101111 | 101100 | 101001111 | 1000101 | 100001 |
Color Harmonies of #901A4C
Complementary color
Monochromatic Colors of #901A4C
Black with #901A4C
Text Example
Text Example
White with #901A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A4C; }
p { color: rgb(144,26,76); }
H1.HeaderClassName
{
color: #901A4C;
}
.AnyTagClassName
{
color: #901A4C;
}
</style>
background-color css
<style>
a { background-color: #901A4C; }
a { background-color: rgb(144,26,76); }
div.DivClassName
{
background-color: #901A4C;
}
.BgClassName
{
background-color: #901A4C;
}
</style>
border-color css
<style>
span { border-color: #901A4C; }
span { border-color: rgb(144,26,76); }
td.TdClassName
{
border-color: #901A4C;
}
.TagClassName
{
border-color: #901A4C;
}
</style>