Shades of Bulgarian Rose #47272A
Tints of Bulgarian Rose #47272A
RGB
CMYK
RGB Variations
Color information
#47272A (or 0x47272A) is known color: Bulgarian Rose. HEX triplet: 47, 27 and 2A. RGB value is (71,39,42). Sum of RGB (Red+Green+Blue) = 71+39+42=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272A is #B8D8D5. Grayscale: #303030. Windows color (decimal): -12114134 or 2762567. OLE color: 2762567.
HSL color Cylindrical-coordinate representation of color #47272A: hue angle of 354.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47272A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 42 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.72 |
| HSL | 354.38º | 0.29% | 0.22% | - |
| HSV(B) | 354.38º | 0.45% | 0.28% | - |
| XYZ | 3.74 | 2.96 | 2.56 | - |
| YUV | 48.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 42 | 0 | 0.45 | 0.41 | 0.72 | 354.38 | 0.29 | 0.22 |
| Hex | 47 | 27 | 2A | 0 | 2D | 29 | 48 | 162 | 1D | 16 |
| Octal | 107 | 47 | 52 | 0 | 55 | 51 | 110 | 542 | 35 | 26 |
| Binary | 1000111 | 100111 | 101010 | 0 | 101101 | 101001 | 1001000 | 101100010 | 11101 | 10110 |
Color Harmonies of #47272A
Complementary color
Monochromatic Colors of #47272A
Black with #47272A
Text Example
Text Example
White with #47272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47272A; }
p { color: rgb(71,39,42); }
H1.HeaderClassName
{
color: #47272A;
}
.AnyTagClassName
{
color: #47272A;
}
</style>
background-color css
<style>
a { background-color: #47272A; }
a { background-color: rgb(71,39,42); }
div.DivClassName
{
background-color: #47272A;
}
.BgClassName
{
background-color: #47272A;
}
</style>
border-color css
<style>
span { border-color: #47272A; }
span { border-color: rgb(71,39,42); }
td.TdClassName
{
border-color: #47272A;
}
.TagClassName
{
border-color: #47272A;
}
</style>