Shades of Cab Sav #403133
Tints of Cab Sav #403133
RGB
CMYK
RGB Variations
Color information
#403133 (or 0x403133) is known color: Cab Sav. HEX triplet: 40, 31 and 33. RGB value is (64,49,51). Sum of RGB (Red+Green+Blue) = 64+49+51=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403133 is #BFCECC. Grayscale: #353535. Windows color (decimal): -12570317 or 3354944. OLE color: 3354944.
HSL color Cylindrical-coordinate representation of color #403133: hue angle of 352º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403133 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 51 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.75 |
| HSL | 352º | 0.13% | 0.22% | - |
| HSV(B) | 352º | 0.23% | 0.25% | - |
| XYZ | 3.81 | 3.53 | 3.61 | - |
| YUV | 53.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 51 | 0 | 0.23 | 0.20 | 0.75 | 352 | 0.13 | 0.22 |
| Hex | 40 | 31 | 33 | 0 | 17 | 14 | 4B | 160 | D | 16 |
| Octal | 100 | 61 | 63 | 0 | 27 | 24 | 113 | 540 | 15 | 26 |
| Binary | 1000000 | 110001 | 110011 | 0 | 10111 | 10100 | 1001011 | 101100000 | 1101 | 10110 |
Color Harmonies of #403133
Complementary color
Monochromatic Colors of #403133
Black with #403133
Text Example
Text Example
White with #403133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403133; }
p { color: rgb(64,49,51); }
H1.HeaderClassName
{
color: #403133;
}
.AnyTagClassName
{
color: #403133;
}
</style>
background-color css
<style>
a { background-color: #403133; }
a { background-color: rgb(64,49,51); }
div.DivClassName
{
background-color: #403133;
}
.BgClassName
{
background-color: #403133;
}
</style>
border-color css
<style>
span { border-color: #403133; }
span { border-color: rgb(64,49,51); }
td.TdClassName
{
border-color: #403133;
}
.TagClassName
{
border-color: #403133;
}
</style>