Shades of Falu Red #802403
Tints of Falu Red #802403
RGB
CMYK
RGB Variations
Color information
#802403 (or 0x802403) is known color: Falu Red. HEX triplet: 80, 24 and 03. RGB value is (128,36,3). Sum of RGB (Red+Green+Blue) = 128+36+3=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #802403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802403 is #7FDBFC. Grayscale: #3B3B3B. Windows color (decimal): -8379389 or 205952. OLE color: 205952.
HSL color Cylindrical-coordinate representation of color #802403: hue angle of 15.84º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802403 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.50 |
| HSL | 15.84º | 0.95% | 0.26% | - |
| HSV(B) | 15.84º | 0.98% | 0.5% | - |
| XYZ | 9.55 | 5.86 | 0.71 | - |
| YUV | 59.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 3 | 0 | 0.72 | 0.98 | 0.50 | 15.84 | 0.95 | 0.26 |
| Hex | 80 | 24 | 3 | 0 | 48 | 62 | 32 | 10 | 5F | 1A |
| Octal | 200 | 44 | 3 | 0 | 110 | 142 | 62 | 20 | 137 | 32 |
| Binary | 10000000 | 100100 | 11 | 0 | 1001000 | 1100010 | 110010 | 10000 | 1011111 | 11010 |
Color Harmonies of #802403
Complementary color
Monochromatic Colors of #802403
Black with #802403
Text Example
Text Example
White with #802403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802403; }
p { color: rgb(128,36,3); }
H1.HeaderClassName
{
color: #802403;
}
.AnyTagClassName
{
color: #802403;
}
</style>
background-color css
<style>
a { background-color: #802403; }
a { background-color: rgb(128,36,3); }
div.DivClassName
{
background-color: #802403;
}
.BgClassName
{
background-color: #802403;
}
</style>
border-color css
<style>
span { border-color: #802403; }
span { border-color: rgb(128,36,3); }
td.TdClassName
{
border-color: #802403;
}
.TagClassName
{
border-color: #802403;
}
</style>