Shades of Falu Red #802302
Tints of Falu Red #802302
RGB
CMYK
RGB Variations
Color information
#802302 (or 0x802302) is known color: Falu Red. HEX triplet: 80, 23 and 02. RGB value is (128,35,2). Sum of RGB (Red+Green+Blue) = 128+35+2=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #802302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802302 is #7FDCFD. Grayscale: #3B3B3B. Windows color (decimal): -8379646 or 140160. OLE color: 140160.
HSL color Cylindrical-coordinate representation of color #802302: hue angle of 15.71º 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 #802302 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.50 |
| HSL | 15.71º | 0.97% | 0.25% | - |
| HSV(B) | 15.71º | 0.98% | 0.5% | - |
| XYZ | 9.51 | 5.8 | 0.67 | - |
| YUV | 59.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 2 | 0 | 0.73 | 0.98 | 0.50 | 15.71 | 0.97 | 0.25 |
| Hex | 80 | 23 | 2 | 0 | 49 | 62 | 32 | 10 | 61 | 19 |
| Octal | 200 | 43 | 2 | 0 | 111 | 142 | 62 | 20 | 141 | 31 |
| Binary | 10000000 | 100011 | 10 | 0 | 1001001 | 1100010 | 110010 | 10000 | 1100001 | 11001 |
Color Harmonies of #802302
Complementary color
Monochromatic Colors of #802302
Black with #802302
Text Example
Text Example
White with #802302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802302; }
p { color: rgb(128,35,2); }
H1.HeaderClassName
{
color: #802302;
}
.AnyTagClassName
{
color: #802302;
}
</style>
background-color css
<style>
a { background-color: #802302; }
a { background-color: rgb(128,35,2); }
div.DivClassName
{
background-color: #802302;
}
.BgClassName
{
background-color: #802302;
}
</style>
border-color css
<style>
span { border-color: #802302; }
span { border-color: rgb(128,35,2); }
td.TdClassName
{
border-color: #802302;
}
.TagClassName
{
border-color: #802302;
}
</style>