Shades of Bulgarian Rose #4D262A
Tints of Bulgarian Rose #4D262A
RGB
CMYK
RGB Variations
Color information
#4D262A (or 0x4D262A) is known color: Bulgarian Rose. HEX triplet: 4D, 26 and 2A. RGB value is (77,38,42). Sum of RGB (Red+Green+Blue) = 77+38+42=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D262A is #B2D9D5. Grayscale: #323232. Windows color (decimal): -11721174 or 2762317. OLE color: 2762317.
HSL color Cylindrical-coordinate representation of color #4D262A: hue angle of 353.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D262A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 42 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.70 |
| HSL | 353.85º | 0.34% | 0.23% | - |
| HSV(B) | 353.85º | 0.51% | 0.3% | - |
| XYZ | 4.17 | 3.13 | 2.57 | - |
| YUV | 50.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 42 | 0 | 0.51 | 0.45 | 0.70 | 353.85 | 0.34 | 0.23 |
| Hex | 4D | 26 | 2A | 0 | 33 | 2D | 46 | 162 | 22 | 17 |
| Octal | 115 | 46 | 52 | 0 | 63 | 55 | 106 | 542 | 42 | 27 |
| Binary | 1001101 | 100110 | 101010 | 0 | 110011 | 101101 | 1000110 | 101100010 | 100010 | 10111 |
Color Harmonies of #4D262A
Complementary color
Monochromatic Colors of #4D262A
Black with #4D262A
Text Example
Text Example
White with #4D262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D262A; }
p { color: rgb(77,38,42); }
H1.HeaderClassName
{
color: #4D262A;
}
.AnyTagClassName
{
color: #4D262A;
}
</style>
background-color css
<style>
a { background-color: #4D262A; }
a { background-color: rgb(77,38,42); }
div.DivClassName
{
background-color: #4D262A;
}
.BgClassName
{
background-color: #4D262A;
}
</style>
border-color css
<style>
span { border-color: #4D262A; }
span { border-color: rgb(77,38,42); }
td.TdClassName
{
border-color: #4D262A;
}
.TagClassName
{
border-color: #4D262A;
}
</style>