Shades of Falu Red #782002
Tints of Falu Red #782002
RGB
CMYK
RGB Variations
Color information
#782002 (or 0x782002) is known color: Falu Red. HEX triplet: 78, 20 and 02. RGB value is (120,32,2). Sum of RGB (Red+Green+Blue) = 120+32+2=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #782002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782002 is #87DFFD. Grayscale: #373737. Windows color (decimal): -8904702 or 139384. OLE color: 139384.
HSL color Cylindrical-coordinate representation of color #782002: hue angle of 15.25º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #782002 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.53 |
| HSL | 15.25º | 0.97% | 0.24% | - |
| HSV(B) | 15.25º | 0.98% | 0.47% | - |
| XYZ | 8.27 | 5.03 | 0.59 | - |
| YUV | 54.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 2 | 0 | 0.73 | 0.98 | 0.53 | 15.25 | 0.97 | 0.24 |
| Hex | 78 | 20 | 2 | 0 | 49 | 62 | 35 | F | 61 | 18 |
| Octal | 170 | 40 | 2 | 0 | 111 | 142 | 65 | 17 | 141 | 30 |
| Binary | 1111000 | 100000 | 10 | 0 | 1001001 | 1100010 | 110101 | 1111 | 1100001 | 11000 |
Color Harmonies of #782002
Complementary color
Monochromatic Colors of #782002
Black with #782002
Text Example
Text Example
White with #782002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782002; }
p { color: rgb(120,32,2); }
H1.HeaderClassName
{
color: #782002;
}
.AnyTagClassName
{
color: #782002;
}
</style>
background-color css
<style>
a { background-color: #782002; }
a { background-color: rgb(120,32,2); }
div.DivClassName
{
background-color: #782002;
}
.BgClassName
{
background-color: #782002;
}
</style>
border-color css
<style>
span { border-color: #782002; }
span { border-color: rgb(120,32,2); }
td.TdClassName
{
border-color: #782002;
}
.TagClassName
{
border-color: #782002;
}
</style>