Shades of Falcon #815A5D
Tints of Falcon #815A5D
RGB
CMYK
RGB Variations
Color information
#815A5D (or 0x815A5D) is known color: Falcon. HEX triplet: 81, 5A and 5D. RGB value is (129,90,93). Sum of RGB (Red+Green+Blue) = 129+90+93=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #815A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A5D is #7EA5A2. Grayscale: #666666. Windows color (decimal): -8299939 or 6118017. OLE color: 6118017.
HSL color Cylindrical-coordinate representation of color #815A5D: hue angle of 355.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A5D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 93 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.49 |
| HSL | 355.38º | 0.18% | 0.43% | - |
| HSV(B) | 355.38º | 0.3% | 0.51% | - |
| XYZ | 14.69 | 12.77 | 12.05 | - |
| YUV | 102 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 93 | 0 | 0.30 | 0.28 | 0.49 | 355.38 | 0.18 | 0.43 |
| Hex | 81 | 5A | 5D | 0 | 1E | 1C | 31 | 163 | 12 | 2B |
| Octal | 201 | 132 | 135 | 0 | 36 | 34 | 61 | 543 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1011101 | 0 | 11110 | 11100 | 110001 | 101100011 | 10010 | 101011 |
Color Harmonies of #815A5D
Complementary color
Monochromatic Colors of #815A5D
Black with #815A5D
Text Example
Text Example
White with #815A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A5D; }
p { color: rgb(129,90,93); }
H1.HeaderClassName
{
color: #815A5D;
}
.AnyTagClassName
{
color: #815A5D;
}
</style>
background-color css
<style>
a { background-color: #815A5D; }
a { background-color: rgb(129,90,93); }
div.DivClassName
{
background-color: #815A5D;
}
.BgClassName
{
background-color: #815A5D;
}
</style>
border-color css
<style>
span { border-color: #815A5D; }
span { border-color: rgb(129,90,93); }
td.TdClassName
{
border-color: #815A5D;
}
.TagClassName
{
border-color: #815A5D;
}
</style>