Shades of Bulgarian Rose #4D2326
Tints of Bulgarian Rose #4D2326
RGB
CMYK
RGB Variations
Color information
#4D2326 (or 0x4D2326) is known color: Bulgarian Rose. HEX triplet: 4D, 23 and 26. RGB value is (77,35,38). Sum of RGB (Red+Green+Blue) = 77+35+38=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2326 is #B2DCD9. Grayscale: #2F2F2F. Windows color (decimal): -11721946 or 2499405. OLE color: 2499405.
HSL color Cylindrical-coordinate representation of color #4D2326: hue angle of 355.71º 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 #4D2326 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 38 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.70 |
| HSL | 355.71º | 0.38% | 0.22% | - |
| HSV(B) | 355.71º | 0.55% | 0.3% | - |
| XYZ | 4.01 | 2.92 | 2.19 | - |
| YUV | 47.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 38 | 0 | 0.55 | 0.51 | 0.70 | 355.71 | 0.38 | 0.22 |
| Hex | 4D | 23 | 26 | 0 | 37 | 33 | 46 | 164 | 26 | 16 |
| Octal | 115 | 43 | 46 | 0 | 67 | 63 | 106 | 544 | 46 | 26 |
| Binary | 1001101 | 100011 | 100110 | 0 | 110111 | 110011 | 1000110 | 101100100 | 100110 | 10110 |
Color Harmonies of #4D2326
Complementary color
Monochromatic Colors of #4D2326
Black with #4D2326
Text Example
Text Example
White with #4D2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2326; }
p { color: rgb(77,35,38); }
H1.HeaderClassName
{
color: #4D2326;
}
.AnyTagClassName
{
color: #4D2326;
}
</style>
background-color css
<style>
a { background-color: #4D2326; }
a { background-color: rgb(77,35,38); }
div.DivClassName
{
background-color: #4D2326;
}
.BgClassName
{
background-color: #4D2326;
}
</style>
border-color css
<style>
span { border-color: #4D2326; }
span { border-color: rgb(77,35,38); }
td.TdClassName
{
border-color: #4D2326;
}
.TagClassName
{
border-color: #4D2326;
}
</style>