Shades of Falu Red #80230C
Tints of Falu Red #80230C
RGB
CMYK
RGB Variations
Color information
#80230C (or 0x80230C) is known color: Falu Red. HEX triplet: 80, 23 and 0C. RGB value is (128,35,12). Sum of RGB (Red+Green+Blue) = 128+35+12=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80230C is #7FDCF3. Grayscale: #3C3C3C. Windows color (decimal): -8379636 or 795520. OLE color: 795520.
HSL color Cylindrical-coordinate representation of color #80230C: hue angle of 11.9º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80230C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 12 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.50 |
| HSL | 11.9º | 0.83% | 0.27% | - |
| HSV(B) | 11.9º | 0.91% | 0.5% | - |
| XYZ | 9.57 | 5.82 | 0.97 | - |
| YUV | 60.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 12 | 0 | 0.73 | 0.91 | 0.50 | 11.9 | 0.83 | 0.27 |
| Hex | 80 | 23 | C | 0 | 49 | 5B | 32 | C | 53 | 1B |
| Octal | 200 | 43 | 14 | 0 | 111 | 133 | 62 | 14 | 123 | 33 |
| Binary | 10000000 | 100011 | 1100 | 0 | 1001001 | 1011011 | 110010 | 1100 | 1010011 | 11011 |
Color Harmonies of #80230C
Complementary color
Monochromatic Colors of #80230C
Black with #80230C
Text Example
Text Example
White with #80230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80230C; }
p { color: rgb(128,35,12); }
H1.HeaderClassName
{
color: #80230C;
}
.AnyTagClassName
{
color: #80230C;
}
</style>
background-color css
<style>
a { background-color: #80230C; }
a { background-color: rgb(128,35,12); }
div.DivClassName
{
background-color: #80230C;
}
.BgClassName
{
background-color: #80230C;
}
</style>
border-color css
<style>
span { border-color: #80230C; }
span { border-color: rgb(128,35,12); }
td.TdClassName
{
border-color: #80230C;
}
.TagClassName
{
border-color: #80230C;
}
</style>