Shades of Heath #4B292B
Tints of Heath #4B292B
RGB
CMYK
RGB Variations
Color information
#4B292B (or 0x4B292B) is known color: Heath. HEX triplet: 4B, 29 and 2B. RGB value is (75,41,43). Sum of RGB (Red+Green+Blue) = 75+41+43=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B292B is #B4D6D4. Grayscale: #333333. Windows color (decimal): -11851477 or 2828619. OLE color: 2828619.
HSL color Cylindrical-coordinate representation of color #4B292B: hue angle of 356.47º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B292B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 41 | 43 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.71 |
| HSL | 356.47º | 0.29% | 0.23% | - |
| HSV(B) | 356.47º | 0.45% | 0.29% | - |
| XYZ | 4.13 | 3.26 | 2.7 | - |
| YUV | 51.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 43 | 0 | 0.45 | 0.43 | 0.71 | 356.47 | 0.29 | 0.23 |
| Hex | 4B | 29 | 2B | 0 | 2D | 2B | 47 | 164 | 1D | 17 |
| Octal | 113 | 51 | 53 | 0 | 55 | 53 | 107 | 544 | 35 | 27 |
| Binary | 1001011 | 101001 | 101011 | 0 | 101101 | 101011 | 1000111 | 101100100 | 11101 | 10111 |
Color Harmonies of #4B292B
Complementary color
Monochromatic Colors of #4B292B
Black with #4B292B
Text Example
Text Example
White with #4B292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B292B; }
p { color: rgb(75,41,43); }
H1.HeaderClassName
{
color: #4B292B;
}
.AnyTagClassName
{
color: #4B292B;
}
</style>
background-color css
<style>
a { background-color: #4B292B; }
a { background-color: rgb(75,41,43); }
div.DivClassName
{
background-color: #4B292B;
}
.BgClassName
{
background-color: #4B292B;
}
</style>
border-color css
<style>
span { border-color: #4B292B; }
span { border-color: rgb(75,41,43); }
td.TdClassName
{
border-color: #4B292B;
}
.TagClassName
{
border-color: #4B292B;
}
</style>