Shades of Bulgarian Rose #4B2629
Tints of Bulgarian Rose #4B2629
RGB
CMYK
RGB Variations
Color information
#4B2629 (or 0x4B2629) is known color: Bulgarian Rose. HEX triplet: 4B, 26 and 29. RGB value is (75,38,41). Sum of RGB (Red+Green+Blue) = 75+38+41=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2629 is #B4D9D6. Grayscale: #313131. Windows color (decimal): -11852247 or 2696779. OLE color: 2696779.
HSL color Cylindrical-coordinate representation of color #4B2629: hue angle of 355.14º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2629 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 41 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.71 |
| HSL | 355.14º | 0.33% | 0.22% | - |
| HSV(B) | 355.14º | 0.49% | 0.29% | - |
| XYZ | 4 | 3.04 | 2.47 | - |
| YUV | 49.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 41 | 0 | 0.49 | 0.45 | 0.71 | 355.14 | 0.33 | 0.22 |
| Hex | 4B | 26 | 29 | 0 | 31 | 2D | 47 | 163 | 21 | 16 |
| Octal | 113 | 46 | 51 | 0 | 61 | 55 | 107 | 543 | 41 | 26 |
| Binary | 1001011 | 100110 | 101001 | 0 | 110001 | 101101 | 1000111 | 101100011 | 100001 | 10110 |
Color Harmonies of #4B2629
Complementary color
Monochromatic Colors of #4B2629
Black with #4B2629
Text Example
Text Example
White with #4B2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2629; }
p { color: rgb(75,38,41); }
H1.HeaderClassName
{
color: #4B2629;
}
.AnyTagClassName
{
color: #4B2629;
}
</style>
background-color css
<style>
a { background-color: #4B2629; }
a { background-color: rgb(75,38,41); }
div.DivClassName
{
background-color: #4B2629;
}
.BgClassName
{
background-color: #4B2629;
}
</style>
border-color css
<style>
span { border-color: #4B2629; }
span { border-color: rgb(75,38,41); }
td.TdClassName
{
border-color: #4B2629;
}
.TagClassName
{
border-color: #4B2629;
}
</style>