Shades of Bulgarian Rose #4C2024
Tints of Bulgarian Rose #4C2024
RGB
CMYK
RGB Variations
Color information
#4C2024 (or 0x4C2024) is known color: Bulgarian Rose. HEX triplet: 4C, 20 and 24. RGB value is (76,32,36). Sum of RGB (Red+Green+Blue) = 76+32+36=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2024 is #B3DFDB. Grayscale: #2D2D2D. Windows color (decimal): -11788252 or 2367564. OLE color: 2367564.
HSL color Cylindrical-coordinate representation of color #4C2024: hue angle of 354.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2024 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 36 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.70 |
| HSL | 354.55º | 0.41% | 0.21% | - |
| HSV(B) | 354.55º | 0.58% | 0.3% | - |
| XYZ | 3.82 | 2.7 | 1.99 | - |
| YUV | 45.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 36 | 0 | 0.58 | 0.53 | 0.70 | 354.55 | 0.41 | 0.21 |
| Hex | 4C | 20 | 24 | 0 | 3A | 35 | 46 | 163 | 29 | 15 |
| Octal | 114 | 40 | 44 | 0 | 72 | 65 | 106 | 543 | 51 | 25 |
| Binary | 1001100 | 100000 | 100100 | 0 | 111010 | 110101 | 1000110 | 101100011 | 101001 | 10101 |
Color Harmonies of #4C2024
Complementary color
Monochromatic Colors of #4C2024
Black with #4C2024
Text Example
Text Example
White with #4C2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2024; }
p { color: rgb(76,32,36); }
H1.HeaderClassName
{
color: #4C2024;
}
.AnyTagClassName
{
color: #4C2024;
}
</style>
background-color css
<style>
a { background-color: #4C2024; }
a { background-color: rgb(76,32,36); }
div.DivClassName
{
background-color: #4C2024;
}
.BgClassName
{
background-color: #4C2024;
}
</style>
border-color css
<style>
span { border-color: #4C2024; }
span { border-color: rgb(76,32,36); }
td.TdClassName
{
border-color: #4C2024;
}
.TagClassName
{
border-color: #4C2024;
}
</style>