Shades of Bulgarian Rose #4B252A
Tints of Bulgarian Rose #4B252A
RGB
CMYK
RGB Variations
Color information
#4B252A (or 0x4B252A) is known color: Bulgarian Rose. HEX triplet: 4B, 25 and 2A. RGB value is (75,37,42). Sum of RGB (Red+Green+Blue) = 75+37+42=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252A is #B4DAD5. Grayscale: #303030. Windows color (decimal): -11852502 or 2762059. OLE color: 2762059.
HSL color Cylindrical-coordinate representation of color #4B252A: hue angle of 352.11º 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 #4B252A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 42 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.71 |
| HSL | 352.11º | 0.34% | 0.22% | - |
| HSV(B) | 352.11º | 0.51% | 0.29% | - |
| XYZ | 3.98 | 2.99 | 2.56 | - |
| YUV | 48.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 42 | 0 | 0.51 | 0.44 | 0.71 | 352.11 | 0.34 | 0.22 |
| Hex | 4B | 25 | 2A | 0 | 33 | 2C | 47 | 160 | 22 | 16 |
| Octal | 113 | 45 | 52 | 0 | 63 | 54 | 107 | 540 | 42 | 26 |
| Binary | 1001011 | 100101 | 101010 | 0 | 110011 | 101100 | 1000111 | 101100000 | 100010 | 10110 |
Color Harmonies of #4B252A
Complementary color
Monochromatic Colors of #4B252A
Black with #4B252A
Text Example
Text Example
White with #4B252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B252A; }
p { color: rgb(75,37,42); }
H1.HeaderClassName
{
color: #4B252A;
}
.AnyTagClassName
{
color: #4B252A;
}
</style>
background-color css
<style>
a { background-color: #4B252A; }
a { background-color: rgb(75,37,42); }
div.DivClassName
{
background-color: #4B252A;
}
.BgClassName
{
background-color: #4B252A;
}
</style>
border-color css
<style>
span { border-color: #4B252A; }
span { border-color: rgb(75,37,42); }
td.TdClassName
{
border-color: #4B252A;
}
.TagClassName
{
border-color: #4B252A;
}
</style>