Shades of Cab Sav #45292D
Tints of Cab Sav #45292D
RGB
CMYK
RGB Variations
Color information
#45292D (or 0x45292D) is known color: Cab Sav. HEX triplet: 45, 29 and 2D. RGB value is (69,41,45). Sum of RGB (Red+Green+Blue) = 69+41+45=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #45292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45292D is #BAD6D2. Grayscale: #313131. Windows color (decimal): -12244691 or 2959685. OLE color: 2959685.
HSL color Cylindrical-coordinate representation of color #45292D: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45292D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 41 | 45 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.73 |
| HSL | 351.43º | 0.25% | 0.22% | - |
| HSV(B) | 351.43º | 0.41% | 0.27% | - |
| XYZ | 3.72 | 3.04 | 2.87 | - |
| YUV | 49.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 45 | 0 | 0.41 | 0.35 | 0.73 | 351.43 | 0.25 | 0.22 |
| Hex | 45 | 29 | 2D | 0 | 29 | 23 | 49 | 15F | 19 | 16 |
| Octal | 105 | 51 | 55 | 0 | 51 | 43 | 111 | 537 | 31 | 26 |
| Binary | 1000101 | 101001 | 101101 | 0 | 101001 | 100011 | 1001001 | 101011111 | 11001 | 10110 |
Color Harmonies of #45292D
Complementary color
Monochromatic Colors of #45292D
Black with #45292D
Text Example
Text Example
White with #45292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45292D; }
p { color: rgb(69,41,45); }
H1.HeaderClassName
{
color: #45292D;
}
.AnyTagClassName
{
color: #45292D;
}
</style>
background-color css
<style>
a { background-color: #45292D; }
a { background-color: rgb(69,41,45); }
div.DivClassName
{
background-color: #45292D;
}
.BgClassName
{
background-color: #45292D;
}
</style>
border-color css
<style>
span { border-color: #45292D; }
span { border-color: rgb(69,41,45); }
td.TdClassName
{
border-color: #45292D;
}
.TagClassName
{
border-color: #45292D;
}
</style>