Shades of Bulgarian Rose #42272B
Tints of Bulgarian Rose #42272B
RGB
CMYK
RGB Variations
Color information
#42272B (or 0x42272B) is known color: Bulgarian Rose. HEX triplet: 42, 27 and 2B. RGB value is (66,39,43). Sum of RGB (Red+Green+Blue) = 66+39+43=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272B is #BDD8D4. Grayscale: #2F2F2F. Windows color (decimal): -12441813 or 2828098. OLE color: 2828098.
HSL color Cylindrical-coordinate representation of color #42272B: hue angle of 351.11º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42272B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 43 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.74 |
| HSL | 351.11º | 0.26% | 0.21% | - |
| HSV(B) | 351.11º | 0.41% | 0.26% | - |
| XYZ | 3.41 | 2.78 | 2.64 | - |
| YUV | 47.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 43 | 0 | 0.41 | 0.35 | 0.74 | 351.11 | 0.26 | 0.21 |
| Hex | 42 | 27 | 2B | 0 | 29 | 23 | 4A | 15F | 1A | 15 |
| Octal | 102 | 47 | 53 | 0 | 51 | 43 | 112 | 537 | 32 | 25 |
| Binary | 1000010 | 100111 | 101011 | 0 | 101001 | 100011 | 1001010 | 101011111 | 11010 | 10101 |
Color Harmonies of #42272B
Complementary color
Monochromatic Colors of #42272B
Black with #42272B
Text Example
Text Example
White with #42272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42272B; }
p { color: rgb(66,39,43); }
H1.HeaderClassName
{
color: #42272B;
}
.AnyTagClassName
{
color: #42272B;
}
</style>
background-color css
<style>
a { background-color: #42272B; }
a { background-color: rgb(66,39,43); }
div.DivClassName
{
background-color: #42272B;
}
.BgClassName
{
background-color: #42272B;
}
</style>
border-color css
<style>
span { border-color: #42272B; }
span { border-color: rgb(66,39,43); }
td.TdClassName
{
border-color: #42272B;
}
.TagClassName
{
border-color: #42272B;
}
</style>