Shades of Bulgarian Rose #4B2125
Tints of Bulgarian Rose #4B2125
RGB
CMYK
RGB Variations
Color information
#4B2125 (or 0x4B2125) is known color: Bulgarian Rose. HEX triplet: 4B, 21 and 25. RGB value is (75,33,37). Sum of RGB (Red+Green+Blue) = 75+33+37=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2125 is #B4DEDA. Grayscale: #2E2E2E. Windows color (decimal): -11853531 or 2433355. OLE color: 2433355.
HSL color Cylindrical-coordinate representation of color #4B2125: hue angle of 354.29º 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 #4B2125 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 37 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.71 |
| HSL | 354.29º | 0.39% | 0.21% | - |
| HSV(B) | 354.29º | 0.56% | 0.29% | - |
| XYZ | 3.78 | 2.72 | 2.08 | - |
| YUV | 46.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 37 | 0 | 0.56 | 0.51 | 0.71 | 354.29 | 0.39 | 0.21 |
| Hex | 4B | 21 | 25 | 0 | 38 | 33 | 47 | 162 | 27 | 15 |
| Octal | 113 | 41 | 45 | 0 | 70 | 63 | 107 | 542 | 47 | 25 |
| Binary | 1001011 | 100001 | 100101 | 0 | 111000 | 110011 | 1000111 | 101100010 | 100111 | 10101 |
Color Harmonies of #4B2125
Complementary color
Monochromatic Colors of #4B2125
Black with #4B2125
Text Example
Text Example
White with #4B2125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2125; }
p { color: rgb(75,33,37); }
H1.HeaderClassName
{
color: #4B2125;
}
.AnyTagClassName
{
color: #4B2125;
}
</style>
background-color css
<style>
a { background-color: #4B2125; }
a { background-color: rgb(75,33,37); }
div.DivClassName
{
background-color: #4B2125;
}
.BgClassName
{
background-color: #4B2125;
}
</style>
border-color css
<style>
span { border-color: #4B2125; }
span { border-color: rgb(75,33,37); }
td.TdClassName
{
border-color: #4B2125;
}
.TagClassName
{
border-color: #4B2125;
}
</style>