Shades of Bulgarian Rose #4B2126
Tints of Bulgarian Rose #4B2126
RGB
CMYK
RGB Variations
Color information
#4B2126 (or 0x4B2126) is known color: Bulgarian Rose. HEX triplet: 4B, 21 and 26. RGB value is (75,33,38). Sum of RGB (Red+Green+Blue) = 75+33+38=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2126 is #B4DED9. Grayscale: #2E2E2E. Windows color (decimal): -11853530 or 2498891. OLE color: 2498891.
HSL color Cylindrical-coordinate representation of color #4B2126: hue angle of 352.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2126 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 38 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.71 |
| HSL | 352.86º | 0.39% | 0.21% | - |
| HSV(B) | 352.86º | 0.56% | 0.29% | - |
| XYZ | 3.8 | 2.72 | 2.16 | - |
| YUV | 46.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 38 | 0 | 0.56 | 0.49 | 0.71 | 352.86 | 0.39 | 0.21 |
| Hex | 4B | 21 | 26 | 0 | 38 | 31 | 47 | 161 | 27 | 15 |
| Octal | 113 | 41 | 46 | 0 | 70 | 61 | 107 | 541 | 47 | 25 |
| Binary | 1001011 | 100001 | 100110 | 0 | 111000 | 110001 | 1000111 | 101100001 | 100111 | 10101 |
Color Harmonies of #4B2126
Complementary color
Monochromatic Colors of #4B2126
Black with #4B2126
Text Example
Text Example
White with #4B2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2126; }
p { color: rgb(75,33,38); }
H1.HeaderClassName
{
color: #4B2126;
}
.AnyTagClassName
{
color: #4B2126;
}
</style>
background-color css
<style>
a { background-color: #4B2126; }
a { background-color: rgb(75,33,38); }
div.DivClassName
{
background-color: #4B2126;
}
.BgClassName
{
background-color: #4B2126;
}
</style>
border-color css
<style>
span { border-color: #4B2126; }
span { border-color: rgb(75,33,38); }
td.TdClassName
{
border-color: #4B2126;
}
.TagClassName
{
border-color: #4B2126;
}
</style>