Shades of Bulgarian Rose #4B2024
Tints of Bulgarian Rose #4B2024
RGB
CMYK
RGB Variations
Color information
#4B2024 (or 0x4B2024) is known color: Bulgarian Rose. HEX triplet: 4B, 20 and 24. RGB value is (75,32,36). Sum of RGB (Red+Green+Blue) = 75+32+36=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2024 is #B4DFDB. Grayscale: #2D2D2D. Windows color (decimal): -11853788 or 2367563. OLE color: 2367563.
HSL color Cylindrical-coordinate representation of color #4B2024: hue angle of 354.42º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2024 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 36 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.71 |
| HSL | 354.42º | 0.4% | 0.21% | - |
| HSV(B) | 354.42º | 0.57% | 0.29% | - |
| XYZ | 3.74 | 2.66 | 1.98 | - |
| YUV | 45.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 36 | 0 | 0.57 | 0.52 | 0.71 | 354.42 | 0.4 | 0.21 |
| Hex | 4B | 20 | 24 | 0 | 39 | 34 | 47 | 162 | 28 | 15 |
| Octal | 113 | 40 | 44 | 0 | 71 | 64 | 107 | 542 | 50 | 25 |
| Binary | 1001011 | 100000 | 100100 | 0 | 111001 | 110100 | 1000111 | 101100010 | 101000 | 10101 |
Color Harmonies of #4B2024
Complementary color
Monochromatic Colors of #4B2024
Black with #4B2024
Text Example
Text Example
White with #4B2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2024; }
p { color: rgb(75,32,36); }
H1.HeaderClassName
{
color: #4B2024;
}
.AnyTagClassName
{
color: #4B2024;
}
</style>
background-color css
<style>
a { background-color: #4B2024; }
a { background-color: rgb(75,32,36); }
div.DivClassName
{
background-color: #4B2024;
}
.BgClassName
{
background-color: #4B2024;
}
</style>
border-color css
<style>
span { border-color: #4B2024; }
span { border-color: rgb(75,32,36); }
td.TdClassName
{
border-color: #4B2024;
}
.TagClassName
{
border-color: #4B2024;
}
</style>