Shades of Cab Sav #45272D
Tints of Cab Sav #45272D
RGB
CMYK
RGB Variations
Color information
#45272D (or 0x45272D) is known color: Cab Sav. HEX triplet: 45, 27 and 2D. RGB value is (69,39,45). Sum of RGB (Red+Green+Blue) = 69+39+45=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #45272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45272D is #BAD8D2. Grayscale: #303030. Windows color (decimal): -12245203 or 2959173. OLE color: 2959173.
HSL color Cylindrical-coordinate representation of color #45272D: hue angle of 348º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45272D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 39 | 45 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.73 |
| HSL | 348º | 0.28% | 0.21% | - |
| HSV(B) | 348º | 0.43% | 0.27% | - |
| XYZ | 3.65 | 2.91 | 2.85 | - |
| YUV | 48.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 45 | 0 | 0.43 | 0.35 | 0.73 | 348 | 0.28 | 0.21 |
| Hex | 45 | 27 | 2D | 0 | 2B | 23 | 49 | 15C | 1C | 15 |
| Octal | 105 | 47 | 55 | 0 | 53 | 43 | 111 | 534 | 34 | 25 |
| Binary | 1000101 | 100111 | 101101 | 0 | 101011 | 100011 | 1001001 | 101011100 | 11100 | 10101 |
Color Harmonies of #45272D
Complementary color
Monochromatic Colors of #45272D
Black with #45272D
Text Example
Text Example
White with #45272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45272D; }
p { color: rgb(69,39,45); }
H1.HeaderClassName
{
color: #45272D;
}
.AnyTagClassName
{
color: #45272D;
}
</style>
background-color css
<style>
a { background-color: #45272D; }
a { background-color: rgb(69,39,45); }
div.DivClassName
{
background-color: #45272D;
}
.BgClassName
{
background-color: #45272D;
}
</style>
border-color css
<style>
span { border-color: #45272D; }
span { border-color: rgb(69,39,45); }
td.TdClassName
{
border-color: #45272D;
}
.TagClassName
{
border-color: #45272D;
}
</style>