Shades of Bulgarian Rose #4B252C
Tints of Bulgarian Rose #4B252C
RGB
CMYK
RGB Variations
Color information
#4B252C (or 0x4B252C) is known color: Bulgarian Rose. HEX triplet: 4B, 25 and 2C. RGB value is (75,37,44). Sum of RGB (Red+Green+Blue) = 75+37+44=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252C is #B4DAD3. Grayscale: #313131. Windows color (decimal): -11852500 or 2893131. OLE color: 2893131.
HSL color Cylindrical-coordinate representation of color #4B252C: hue angle of 348.95º 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 #4B252C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 44 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.71 |
| HSL | 348.95º | 0.34% | 0.22% | - |
| HSV(B) | 348.95º | 0.51% | 0.29% | - |
| XYZ | 4.02 | 3 | 2.75 | - |
| YUV | 49.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 44 | 0 | 0.51 | 0.41 | 0.71 | 348.95 | 0.34 | 0.22 |
| Hex | 4B | 25 | 2C | 0 | 33 | 29 | 47 | 15D | 22 | 16 |
| Octal | 113 | 45 | 54 | 0 | 63 | 51 | 107 | 535 | 42 | 26 |
| Binary | 1001011 | 100101 | 101100 | 0 | 110011 | 101001 | 1000111 | 101011101 | 100010 | 10110 |
Color Harmonies of #4B252C
Complementary color
Monochromatic Colors of #4B252C
Black with #4B252C
Text Example
Text Example
White with #4B252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B252C; }
p { color: rgb(75,37,44); }
H1.HeaderClassName
{
color: #4B252C;
}
.AnyTagClassName
{
color: #4B252C;
}
</style>
background-color css
<style>
a { background-color: #4B252C; }
a { background-color: rgb(75,37,44); }
div.DivClassName
{
background-color: #4B252C;
}
.BgClassName
{
background-color: #4B252C;
}
</style>
border-color css
<style>
span { border-color: #4B252C; }
span { border-color: rgb(75,37,44); }
td.TdClassName
{
border-color: #4B252C;
}
.TagClassName
{
border-color: #4B252C;
}
</style>