Shades of Bulgarian Rose #4B2529
Tints of Bulgarian Rose #4B2529
RGB
CMYK
RGB Variations
Color information
#4B2529 (or 0x4B2529) is known color: Bulgarian Rose. HEX triplet: 4B, 25 and 29. RGB value is (75,37,41). Sum of RGB (Red+Green+Blue) = 75+37+41=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2529 is #B4DAD6. Grayscale: #303030. Windows color (decimal): -11852503 or 2696523. OLE color: 2696523.
HSL color Cylindrical-coordinate representation of color #4B2529: hue angle of 353.68º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2529 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 41 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.71 |
| HSL | 353.68º | 0.34% | 0.22% | - |
| HSV(B) | 353.68º | 0.51% | 0.29% | - |
| XYZ | 3.96 | 2.98 | 2.46 | - |
| YUV | 48.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 41 | 0 | 0.51 | 0.45 | 0.71 | 353.68 | 0.34 | 0.22 |
| Hex | 4B | 25 | 29 | 0 | 33 | 2D | 47 | 162 | 22 | 16 |
| Octal | 113 | 45 | 51 | 0 | 63 | 55 | 107 | 542 | 42 | 26 |
| Binary | 1001011 | 100101 | 101001 | 0 | 110011 | 101101 | 1000111 | 101100010 | 100010 | 10110 |
Color Harmonies of #4B2529
Complementary color
Monochromatic Colors of #4B2529
Black with #4B2529
Text Example
Text Example
White with #4B2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2529; }
p { color: rgb(75,37,41); }
H1.HeaderClassName
{
color: #4B2529;
}
.AnyTagClassName
{
color: #4B2529;
}
</style>
background-color css
<style>
a { background-color: #4B2529; }
a { background-color: rgb(75,37,41); }
div.DivClassName
{
background-color: #4B2529;
}
.BgClassName
{
background-color: #4B2529;
}
</style>
border-color css
<style>
span { border-color: #4B2529; }
span { border-color: rgb(75,37,41); }
td.TdClassName
{
border-color: #4B2529;
}
.TagClassName
{
border-color: #4B2529;
}
</style>