Shades of Falu Red #802702
Tints of Falu Red #802702
RGB
CMYK
RGB Variations
Color information
#802702 (or 0x802702) is known color: Falu Red. HEX triplet: 80, 27 and 02. RGB value is (128,39,2). Sum of RGB (Red+Green+Blue) = 128+39+2=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802702 is #7FD8FD. Grayscale: #3D3D3D. Windows color (decimal): -8378622 or 141184. OLE color: 141184.
HSL color Cylindrical-coordinate representation of color #802702: hue angle of 17.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802702 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.50 |
| HSL | 17.62º | 0.97% | 0.25% | - |
| HSV(B) | 17.62º | 0.98% | 0.5% | - |
| XYZ | 9.64 | 6.04 | 0.72 | - |
| YUV | 61.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 2 | 0 | 0.70 | 0.98 | 0.50 | 17.62 | 0.97 | 0.25 |
| Hex | 80 | 27 | 2 | 0 | 46 | 62 | 32 | 12 | 61 | 19 |
| Octal | 200 | 47 | 2 | 0 | 106 | 142 | 62 | 22 | 141 | 31 |
| Binary | 10000000 | 100111 | 10 | 0 | 1000110 | 1100010 | 110010 | 10010 | 1100001 | 11001 |
Color Harmonies of #802702
Complementary color
Monochromatic Colors of #802702
Black with #802702
Text Example
Text Example
White with #802702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802702; }
p { color: rgb(128,39,2); }
H1.HeaderClassName
{
color: #802702;
}
.AnyTagClassName
{
color: #802702;
}
</style>
background-color css
<style>
a { background-color: #802702; }
a { background-color: rgb(128,39,2); }
div.DivClassName
{
background-color: #802702;
}
.BgClassName
{
background-color: #802702;
}
</style>
border-color css
<style>
span { border-color: #802702; }
span { border-color: rgb(128,39,2); }
td.TdClassName
{
border-color: #802702;
}
.TagClassName
{
border-color: #802702;
}
</style>