Shades of Bulgarian Rose #44272C
Tints of Bulgarian Rose #44272C
RGB
CMYK
RGB Variations
Color information
#44272C (or 0x44272C) is known color: Bulgarian Rose. HEX triplet: 44, 27 and 2C. RGB value is (68,39,44). Sum of RGB (Red+Green+Blue) = 68+39+44=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44272C is #BBD8D3. Grayscale: #303030. Windows color (decimal): -12310740 or 2893636. OLE color: 2893636.
HSL color Cylindrical-coordinate representation of color #44272C: hue angle of 349.66º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #44272C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 39 | 44 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.73 |
| HSL | 349.66º | 0.27% | 0.21% | - |
| HSV(B) | 349.66º | 0.43% | 0.27% | - |
| XYZ | 3.56 | 2.86 | 2.75 | - |
| YUV | 48.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 44 | 0 | 0.43 | 0.35 | 0.73 | 349.66 | 0.27 | 0.21 |
| Hex | 44 | 27 | 2C | 0 | 2B | 23 | 49 | 15E | 1B | 15 |
| Octal | 104 | 47 | 54 | 0 | 53 | 43 | 111 | 536 | 33 | 25 |
| Binary | 1000100 | 100111 | 101100 | 0 | 101011 | 100011 | 1001001 | 101011110 | 11011 | 10101 |
Color Harmonies of #44272C
Complementary color
Monochromatic Colors of #44272C
Black with #44272C
Text Example
Text Example
White with #44272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44272C; }
p { color: rgb(68,39,44); }
H1.HeaderClassName
{
color: #44272C;
}
.AnyTagClassName
{
color: #44272C;
}
</style>
background-color css
<style>
a { background-color: #44272C; }
a { background-color: rgb(68,39,44); }
div.DivClassName
{
background-color: #44272C;
}
.BgClassName
{
background-color: #44272C;
}
</style>
border-color css
<style>
span { border-color: #44272C; }
span { border-color: rgb(68,39,44); }
td.TdClassName
{
border-color: #44272C;
}
.TagClassName
{
border-color: #44272C;
}
</style>