Shades of Cab Sav #47292D
Tints of Cab Sav #47292D
RGB
CMYK
RGB Variations
Color information
#47292D (or 0x47292D) is known color: Cab Sav. HEX triplet: 47, 29 and 2D. RGB value is (71,41,45). Sum of RGB (Red+Green+Blue) = 71+41+45=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292D is #B8D6D2. Grayscale: #323232. Windows color (decimal): -12113619 or 2959687. OLE color: 2959687.
HSL color Cylindrical-coordinate representation of color #47292D: hue angle of 352º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47292D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 45 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.72 |
| HSL | 352º | 0.27% | 0.22% | - |
| HSV(B) | 352º | 0.42% | 0.28% | - |
| XYZ | 3.87 | 3.11 | 2.88 | - |
| YUV | 50.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 45 | 0 | 0.42 | 0.37 | 0.72 | 352 | 0.27 | 0.22 |
| Hex | 47 | 29 | 2D | 0 | 2A | 25 | 48 | 160 | 1B | 16 |
| Octal | 107 | 51 | 55 | 0 | 52 | 45 | 110 | 540 | 33 | 26 |
| Binary | 1000111 | 101001 | 101101 | 0 | 101010 | 100101 | 1001000 | 101100000 | 11011 | 10110 |
Color Harmonies of #47292D
Complementary color
Monochromatic Colors of #47292D
Black with #47292D
Text Example
Text Example
White with #47292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47292D; }
p { color: rgb(71,41,45); }
H1.HeaderClassName
{
color: #47292D;
}
.AnyTagClassName
{
color: #47292D;
}
</style>
background-color css
<style>
a { background-color: #47292D; }
a { background-color: rgb(71,41,45); }
div.DivClassName
{
background-color: #47292D;
}
.BgClassName
{
background-color: #47292D;
}
</style>
border-color css
<style>
span { border-color: #47292D; }
span { border-color: rgb(71,41,45); }
td.TdClassName
{
border-color: #47292D;
}
.TagClassName
{
border-color: #47292D;
}
</style>