Shades of Bulgarian Rose #4A242A
Tints of Bulgarian Rose #4A242A
RGB
CMYK
RGB Variations
Color information
#4A242A (or 0x4A242A) is known color: Bulgarian Rose. HEX triplet: 4A, 24 and 2A. RGB value is (74,36,42). Sum of RGB (Red+Green+Blue) = 74+36+42=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A242A is #B5DBD5. Grayscale: #303030. Windows color (decimal): -11918294 or 2761802. OLE color: 2761802.
HSL color Cylindrical-coordinate representation of color #4A242A: hue angle of 350.53º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A242A is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 36 | 42 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.71 |
| HSL | 350.53º | 0.35% | 0.22% | - |
| HSV(B) | 350.53º | 0.51% | 0.29% | - |
| XYZ | 3.87 | 2.88 | 2.54 | - |
| YUV | 48.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 42 | 0 | 0.51 | 0.43 | 0.71 | 350.53 | 0.35 | 0.22 |
| Hex | 4A | 24 | 2A | 0 | 33 | 2B | 47 | 15F | 23 | 16 |
| Octal | 112 | 44 | 52 | 0 | 63 | 53 | 107 | 537 | 43 | 26 |
| Binary | 1001010 | 100100 | 101010 | 0 | 110011 | 101011 | 1000111 | 101011111 | 100011 | 10110 |
Color Harmonies of #4A242A
Complementary color
Monochromatic Colors of #4A242A
Black with #4A242A
Text Example
Text Example
White with #4A242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A242A; }
p { color: rgb(74,36,42); }
H1.HeaderClassName
{
color: #4A242A;
}
.AnyTagClassName
{
color: #4A242A;
}
</style>
background-color css
<style>
a { background-color: #4A242A; }
a { background-color: rgb(74,36,42); }
div.DivClassName
{
background-color: #4A242A;
}
.BgClassName
{
background-color: #4A242A;
}
</style>
border-color css
<style>
span { border-color: #4A242A; }
span { border-color: rgb(74,36,42); }
td.TdClassName
{
border-color: #4A242A;
}
.TagClassName
{
border-color: #4A242A;
}
</style>