Shades of Falu Red #802306
Tints of Falu Red #802306
RGB
CMYK
RGB Variations
Color information
#802306 (or 0x802306) is known color: Falu Red. HEX triplet: 80, 23 and 06. RGB value is (128,35,6). Sum of RGB (Red+Green+Blue) = 128+35+6=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802306 is #7FDCF9. Grayscale: #3B3B3B. Windows color (decimal): -8379642 or 402304. OLE color: 402304.
HSL color Cylindrical-coordinate representation of color #802306: hue angle of 14.26º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #802306 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 6 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.50 |
| HSL | 14.26º | 0.91% | 0.26% | - |
| HSV(B) | 14.26º | 0.95% | 0.5% | - |
| XYZ | 9.54 | 5.8 | 0.79 | - |
| YUV | 59.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 6 | 0 | 0.73 | 0.95 | 0.50 | 14.26 | 0.91 | 0.26 |
| Hex | 80 | 23 | 6 | 0 | 49 | 5F | 32 | E | 5B | 1A |
| Octal | 200 | 43 | 6 | 0 | 111 | 137 | 62 | 16 | 133 | 32 |
| Binary | 10000000 | 100011 | 110 | 0 | 1001001 | 1011111 | 110010 | 1110 | 1011011 | 11010 |
Color Harmonies of #802306
Complementary color
Monochromatic Colors of #802306
Black with #802306
Text Example
Text Example
White with #802306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802306; }
p { color: rgb(128,35,6); }
H1.HeaderClassName
{
color: #802306;
}
.AnyTagClassName
{
color: #802306;
}
</style>
background-color css
<style>
a { background-color: #802306; }
a { background-color: rgb(128,35,6); }
div.DivClassName
{
background-color: #802306;
}
.BgClassName
{
background-color: #802306;
}
</style>
border-color css
<style>
span { border-color: #802306; }
span { border-color: rgb(128,35,6); }
td.TdClassName
{
border-color: #802306;
}
.TagClassName
{
border-color: #802306;
}
</style>