Shades of Bulgarian Rose #45272A
Tints of Bulgarian Rose #45272A
RGB
CMYK
RGB Variations
Color information
#45272A (or 0x45272A) is known color: Bulgarian Rose. HEX triplet: 45, 27 and 2A. RGB value is (69,39,42). Sum of RGB (Red+Green+Blue) = 69+39+42=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #45272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45272A is #BAD8D5. Grayscale: #303030. Windows color (decimal): -12245206 or 2762565. OLE color: 2762565.
HSL color Cylindrical-coordinate representation of color #45272A: hue angle of 354º degrees, saturation: 0.28, 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 #45272A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 39 | 42 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.73 |
| HSL | 354º | 0.28% | 0.21% | - |
| HSV(B) | 354º | 0.43% | 0.27% | - |
| XYZ | 3.6 | 2.88 | 2.56 | - |
| YUV | 48.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 42 | 0 | 0.43 | 0.39 | 0.73 | 354 | 0.28 | 0.21 |
| Hex | 45 | 27 | 2A | 0 | 2B | 27 | 49 | 162 | 1C | 15 |
| Octal | 105 | 47 | 52 | 0 | 53 | 47 | 111 | 542 | 34 | 25 |
| Binary | 1000101 | 100111 | 101010 | 0 | 101011 | 100111 | 1001001 | 101100010 | 11100 | 10101 |
Color Harmonies of #45272A
Complementary color
Monochromatic Colors of #45272A
Black with #45272A
Text Example
Text Example
White with #45272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45272A; }
p { color: rgb(69,39,42); }
H1.HeaderClassName
{
color: #45272A;
}
.AnyTagClassName
{
color: #45272A;
}
</style>
background-color css
<style>
a { background-color: #45272A; }
a { background-color: rgb(69,39,42); }
div.DivClassName
{
background-color: #45272A;
}
.BgClassName
{
background-color: #45272A;
}
</style>
border-color css
<style>
span { border-color: #45272A; }
span { border-color: rgb(69,39,42); }
td.TdClassName
{
border-color: #45272A;
}
.TagClassName
{
border-color: #45272A;
}
</style>