Shades of Bulgarian Rose #4C2226
Tints of Bulgarian Rose #4C2226
RGB
CMYK
RGB Variations
Color information
#4C2226 (or 0x4C2226) is known color: Bulgarian Rose. HEX triplet: 4C, 22 and 26. RGB value is (76,34,38). Sum of RGB (Red+Green+Blue) = 76+34+38=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2226 is #B3DDD9. Grayscale: #2F2F2F. Windows color (decimal): -11787738 or 2499148. OLE color: 2499148.
HSL color Cylindrical-coordinate representation of color #4C2226: hue angle of 354.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2226 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 38 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.70 |
| HSL | 354.29º | 0.38% | 0.22% | - |
| HSV(B) | 354.29º | 0.55% | 0.3% | - |
| XYZ | 3.9 | 2.82 | 2.17 | - |
| YUV | 47.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 38 | 0 | 0.55 | 0.5 | 0.70 | 354.29 | 0.38 | 0.22 |
| Hex | 4C | 22 | 26 | 0 | 37 | 32 | 46 | 162 | 26 | 16 |
| Octal | 114 | 42 | 46 | 0 | 67 | 62 | 106 | 542 | 46 | 26 |
| Binary | 1001100 | 100010 | 100110 | 0 | 110111 | 110010 | 1000110 | 101100010 | 100110 | 10110 |
Color Harmonies of #4C2226
Complementary color
Monochromatic Colors of #4C2226
Black with #4C2226
Text Example
Text Example
White with #4C2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2226; }
p { color: rgb(76,34,38); }
H1.HeaderClassName
{
color: #4C2226;
}
.AnyTagClassName
{
color: #4C2226;
}
</style>
background-color css
<style>
a { background-color: #4C2226; }
a { background-color: rgb(76,34,38); }
div.DivClassName
{
background-color: #4C2226;
}
.BgClassName
{
background-color: #4C2226;
}
</style>
border-color css
<style>
span { border-color: #4C2226; }
span { border-color: rgb(76,34,38); }
td.TdClassName
{
border-color: #4C2226;
}
.TagClassName
{
border-color: #4C2226;
}
</style>