Shades of Cab Sav #47292F
Tints of Cab Sav #47292F
RGB
CMYK
RGB Variations
Color information
#47292F (or 0x47292F) is known color: Cab Sav. HEX triplet: 47, 29 and 2F. RGB value is (71,41,47). Sum of RGB (Red+Green+Blue) = 71+41+47=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #47292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292F is #B8D6D0. Grayscale: #323232. Windows color (decimal): -12113617 or 3090759. OLE color: 3090759.
HSL color Cylindrical-coordinate representation of color #47292F: hue angle of 348º 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 #47292F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 47 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.72 |
| HSL | 348º | 0.27% | 0.22% | - |
| HSV(B) | 348º | 0.42% | 0.28% | - |
| XYZ | 3.9 | 3.13 | 3.09 | - |
| YUV | 50.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 47 | 0 | 0.42 | 0.34 | 0.72 | 348 | 0.27 | 0.22 |
| Hex | 47 | 29 | 2F | 0 | 2A | 22 | 48 | 15C | 1B | 16 |
| Octal | 107 | 51 | 57 | 0 | 52 | 42 | 110 | 534 | 33 | 26 |
| Binary | 1000111 | 101001 | 101111 | 0 | 101010 | 100010 | 1001000 | 101011100 | 11011 | 10110 |
Color Harmonies of #47292F
Complementary color
Monochromatic Colors of #47292F
Black with #47292F
Text Example
Text Example
White with #47292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47292F; }
p { color: rgb(71,41,47); }
H1.HeaderClassName
{
color: #47292F;
}
.AnyTagClassName
{
color: #47292F;
}
</style>
background-color css
<style>
a { background-color: #47292F; }
a { background-color: rgb(71,41,47); }
div.DivClassName
{
background-color: #47292F;
}
.BgClassName
{
background-color: #47292F;
}
</style>
border-color css
<style>
span { border-color: #47292F; }
span { border-color: rgb(71,41,47); }
td.TdClassName
{
border-color: #47292F;
}
.TagClassName
{
border-color: #47292F;
}
</style>