Shades of Cab Sav #502F34
Tints of Cab Sav #502F34
RGB
CMYK
RGB Variations
Color information
#502F34 (or 0x502F34) is known color: Cab Sav. HEX triplet: 50, 2F and 34. RGB value is (80,47,52). Sum of RGB (Red+Green+Blue) = 80+47+52=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #502F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F34 is #AFD0CB. Grayscale: #393939. Windows color (decimal): -11522252 or 3419984. OLE color: 3419984.
HSL color Cylindrical-coordinate representation of color #502F34: hue angle of 350.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F34 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 52 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.69 |
| HSL | 350.91º | 0.26% | 0.25% | - |
| HSV(B) | 350.91º | 0.41% | 0.31% | - |
| XYZ | 4.94 | 3.99 | 3.76 | - |
| YUV | 57.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 52 | 0 | 0.41 | 0.35 | 0.69 | 350.91 | 0.26 | 0.25 |
| Hex | 50 | 2F | 34 | 0 | 29 | 23 | 45 | 15F | 1A | 19 |
| Octal | 120 | 57 | 64 | 0 | 51 | 43 | 105 | 537 | 32 | 31 |
| Binary | 1010000 | 101111 | 110100 | 0 | 101001 | 100011 | 1000101 | 101011111 | 11010 | 11001 |
Color Harmonies of #502F34
Complementary color
Monochromatic Colors of #502F34
Black with #502F34
Text Example
Text Example
White with #502F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F34; }
p { color: rgb(80,47,52); }
H1.HeaderClassName
{
color: #502F34;
}
.AnyTagClassName
{
color: #502F34;
}
</style>
background-color css
<style>
a { background-color: #502F34; }
a { background-color: rgb(80,47,52); }
div.DivClassName
{
background-color: #502F34;
}
.BgClassName
{
background-color: #502F34;
}
</style>
border-color css
<style>
span { border-color: #502F34; }
span { border-color: rgb(80,47,52); }
td.TdClassName
{
border-color: #502F34;
}
.TagClassName
{
border-color: #502F34;
}
</style>