Shades of Rose Bud Cherry #901C4D
Tints of Rose Bud Cherry #901C4D
RGB
CMYK
RGB Variations
Color information
#901C4D (or 0x901C4D) is known color: Rose Bud Cherry. HEX triplet: 90, 1C and 4D. RGB value is (144,28,77). Sum of RGB (Red+Green+Blue) = 144+28+77=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #901C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C4D is #6FE3B2. Grayscale: #444444. Windows color (decimal): -7332787 or 5053584. OLE color: 5053584.
HSL color Cylindrical-coordinate representation of color #901C4D: hue angle of 334.66º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C4D is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 77 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.44 |
| HSL | 334.66º | 0.67% | 0.34% | - |
| HSV(B) | 334.66º | 0.81% | 0.56% | - |
| XYZ | 13.26 | 7.3 | 7.73 | - |
| YUV | 68.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 77 | 0 | 0.81 | 0.47 | 0.44 | 334.66 | 0.67 | 0.34 |
| Hex | 90 | 1C | 4D | 0 | 51 | 2F | 2C | 14F | 43 | 22 |
| Octal | 220 | 34 | 115 | 0 | 121 | 57 | 54 | 517 | 103 | 42 |
| Binary | 10010000 | 11100 | 1001101 | 0 | 1010001 | 101111 | 101100 | 101001111 | 1000011 | 100010 |
Color Harmonies of #901C4D
Complementary color
Monochromatic Colors of #901C4D
Black with #901C4D
Text Example
Text Example
White with #901C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C4D; }
p { color: rgb(144,28,77); }
H1.HeaderClassName
{
color: #901C4D;
}
.AnyTagClassName
{
color: #901C4D;
}
</style>
background-color css
<style>
a { background-color: #901C4D; }
a { background-color: rgb(144,28,77); }
div.DivClassName
{
background-color: #901C4D;
}
.BgClassName
{
background-color: #901C4D;
}
</style>
border-color css
<style>
span { border-color: #901C4D; }
span { border-color: rgb(144,28,77); }
td.TdClassName
{
border-color: #901C4D;
}
.TagClassName
{
border-color: #901C4D;
}
</style>