Shades of Cab Sav #502D31
Tints of Cab Sav #502D31
RGB
CMYK
RGB Variations
Color information
#502D31 (or 0x502D31) is known color: Cab Sav. HEX triplet: 50, 2D and 31. RGB value is (80,45,49). Sum of RGB (Red+Green+Blue) = 80+45+49=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #502D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D31 is #AFD2CE. Grayscale: #373737. Windows color (decimal): -11522767 or 3222864. OLE color: 3222864.
HSL color Cylindrical-coordinate representation of color #502D31: hue angle of 353.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D31 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 49 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.69 |
| HSL | 353.14º | 0.28% | 0.25% | - |
| HSV(B) | 353.14º | 0.44% | 0.31% | - |
| XYZ | 4.8 | 3.8 | 3.39 | - |
| YUV | 55.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 49 | 0 | 0.44 | 0.39 | 0.69 | 353.14 | 0.28 | 0.25 |
| Hex | 50 | 2D | 31 | 0 | 2C | 27 | 45 | 161 | 1C | 19 |
| Octal | 120 | 55 | 61 | 0 | 54 | 47 | 105 | 541 | 34 | 31 |
| Binary | 1010000 | 101101 | 110001 | 0 | 101100 | 100111 | 1000101 | 101100001 | 11100 | 11001 |
Color Harmonies of #502D31
Complementary color
Monochromatic Colors of #502D31
Black with #502D31
Text Example
Text Example
White with #502D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D31; }
p { color: rgb(80,45,49); }
H1.HeaderClassName
{
color: #502D31;
}
.AnyTagClassName
{
color: #502D31;
}
</style>
background-color css
<style>
a { background-color: #502D31; }
a { background-color: rgb(80,45,49); }
div.DivClassName
{
background-color: #502D31;
}
.BgClassName
{
background-color: #502D31;
}
</style>
border-color css
<style>
span { border-color: #502D31; }
span { border-color: rgb(80,45,49); }
td.TdClassName
{
border-color: #502D31;
}
.TagClassName
{
border-color: #502D31;
}
</style>