Shades of Bulgarian Rose #4A2628
Tints of Bulgarian Rose #4A2628
RGB
CMYK
RGB Variations
Color information
#4A2628 (or 0x4A2628) is known color: Bulgarian Rose. HEX triplet: 4A, 26 and 28. RGB value is (74,38,40). Sum of RGB (Red+Green+Blue) = 74+38+40=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2628 is #B5D9D7. Grayscale: #313131. Windows color (decimal): -11917784 or 2631242. OLE color: 2631242.
HSL color Cylindrical-coordinate representation of color #4A2628: hue angle of 356.67º degrees, saturation: 0.32, 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 #4A2628 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 38 | 40 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.71 |
| HSL | 356.67º | 0.32% | 0.22% | - |
| HSV(B) | 356.67º | 0.49% | 0.29% | - |
| XYZ | 3.9 | 3 | 2.38 | - |
| YUV | 48.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 40 | 0 | 0.49 | 0.46 | 0.71 | 356.67 | 0.32 | 0.22 |
| Hex | 4A | 26 | 28 | 0 | 31 | 2E | 47 | 165 | 20 | 16 |
| Octal | 112 | 46 | 50 | 0 | 61 | 56 | 107 | 545 | 40 | 26 |
| Binary | 1001010 | 100110 | 101000 | 0 | 110001 | 101110 | 1000111 | 101100101 | 100000 | 10110 |
Color Harmonies of #4A2628
Complementary color
Monochromatic Colors of #4A2628
Black with #4A2628
Text Example
Text Example
White with #4A2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2628; }
p { color: rgb(74,38,40); }
H1.HeaderClassName
{
color: #4A2628;
}
.AnyTagClassName
{
color: #4A2628;
}
</style>
background-color css
<style>
a { background-color: #4A2628; }
a { background-color: rgb(74,38,40); }
div.DivClassName
{
background-color: #4A2628;
}
.BgClassName
{
background-color: #4A2628;
}
</style>
border-color css
<style>
span { border-color: #4A2628; }
span { border-color: rgb(74,38,40); }
td.TdClassName
{
border-color: #4A2628;
}
.TagClassName
{
border-color: #4A2628;
}
</style>