Shades of Falcon #735052
Tints of Falcon #735052
RGB
CMYK
RGB Variations
Color information
#735052 (or 0x735052) is known color: Falcon. HEX triplet: 73, 50 and 52. RGB value is (115,80,82). Sum of RGB (Red+Green+Blue) = 115+80+82=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #735052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735052 is #8CAFAD. Grayscale: #5A5A5A. Windows color (decimal): -9220014 or 5394547. OLE color: 5394547.
HSL color Cylindrical-coordinate representation of color #735052: hue angle of 356.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735052 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 82 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.55 |
| HSL | 356.57º | 0.18% | 0.38% | - |
| HSV(B) | 356.57º | 0.3% | 0.45% | - |
| XYZ | 11.46 | 9.99 | 9.31 | - |
| YUV | 90.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 82 | 0 | 0.30 | 0.29 | 0.55 | 356.57 | 0.18 | 0.38 |
| Hex | 73 | 50 | 52 | 0 | 1E | 1D | 37 | 165 | 12 | 26 |
| Octal | 163 | 120 | 122 | 0 | 36 | 35 | 67 | 545 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1010010 | 0 | 11110 | 11101 | 110111 | 101100101 | 10010 | 100110 |
Color Harmonies of #735052
Complementary color
Monochromatic Colors of #735052
Black with #735052
Text Example
Text Example
White with #735052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735052; }
p { color: rgb(115,80,82); }
H1.HeaderClassName
{
color: #735052;
}
.AnyTagClassName
{
color: #735052;
}
</style>
background-color css
<style>
a { background-color: #735052; }
a { background-color: rgb(115,80,82); }
div.DivClassName
{
background-color: #735052;
}
.BgClassName
{
background-color: #735052;
}
</style>
border-color css
<style>
span { border-color: #735052; }
span { border-color: rgb(115,80,82); }
td.TdClassName
{
border-color: #735052;
}
.TagClassName
{
border-color: #735052;
}
</style>