Shades of Bulgarian Rose #4C2123
Tints of Bulgarian Rose #4C2123
RGB
CMYK
RGB Variations
Color information
#4C2123 (or 0x4C2123) is known color: Bulgarian Rose. HEX triplet: 4C, 21 and 23. RGB value is (76,33,35). Sum of RGB (Red+Green+Blue) = 76+33+35=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2123 is #B3DEDC. Grayscale: #2E2E2E. Windows color (decimal): -11787997 or 2302284. OLE color: 2302284.
HSL color Cylindrical-coordinate representation of color #4C2123: hue angle of 357.21º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2123 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 35 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.70 |
| HSL | 357.21º | 0.39% | 0.21% | - |
| HSV(B) | 357.21º | 0.57% | 0.3% | - |
| XYZ | 3.83 | 2.75 | 1.92 | - |
| YUV | 46.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 35 | 0 | 0.57 | 0.54 | 0.70 | 357.21 | 0.39 | 0.21 |
| Hex | 4C | 21 | 23 | 0 | 39 | 36 | 46 | 165 | 27 | 15 |
| Octal | 114 | 41 | 43 | 0 | 71 | 66 | 106 | 545 | 47 | 25 |
| Binary | 1001100 | 100001 | 100011 | 0 | 111001 | 110110 | 1000110 | 101100101 | 100111 | 10101 |
Color Harmonies of #4C2123
Complementary color
Monochromatic Colors of #4C2123
Black with #4C2123
Text Example
Text Example
White with #4C2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2123; }
p { color: rgb(76,33,35); }
H1.HeaderClassName
{
color: #4C2123;
}
.AnyTagClassName
{
color: #4C2123;
}
</style>
background-color css
<style>
a { background-color: #4C2123; }
a { background-color: rgb(76,33,35); }
div.DivClassName
{
background-color: #4C2123;
}
.BgClassName
{
background-color: #4C2123;
}
</style>
border-color css
<style>
span { border-color: #4C2123; }
span { border-color: rgb(76,33,35); }
td.TdClassName
{
border-color: #4C2123;
}
.TagClassName
{
border-color: #4C2123;
}
</style>