Shades of Falu Red #762002
Tints of Falu Red #762002
RGB
CMYK
RGB Variations
Color information
#762002 (or 0x762002) is known color: Falu Red. HEX triplet: 76, 20 and 02. RGB value is (118,32,2). Sum of RGB (Red+Green+Blue) = 118+32+2=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #762002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762002 is #89DFFD. Grayscale: #363636. Windows color (decimal): -9035774 or 139382. OLE color: 139382.
HSL color Cylindrical-coordinate representation of color #762002: hue angle of 15.52º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #762002 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.54 |
| HSL | 15.52º | 0.97% | 0.24% | - |
| HSV(B) | 15.52º | 0.98% | 0.46% | - |
| XYZ | 8 | 4.89 | 0.58 | - |
| YUV | 54.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 2 | 0 | 0.73 | 0.98 | 0.54 | 15.52 | 0.97 | 0.24 |
| Hex | 76 | 20 | 2 | 0 | 49 | 62 | 36 | 10 | 61 | 18 |
| Octal | 166 | 40 | 2 | 0 | 111 | 142 | 66 | 20 | 141 | 30 |
| Binary | 1110110 | 100000 | 10 | 0 | 1001001 | 1100010 | 110110 | 10000 | 1100001 | 11000 |
Color Harmonies of #762002
Complementary color
Monochromatic Colors of #762002
Black with #762002
Text Example
Text Example
White with #762002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762002; }
p { color: rgb(118,32,2); }
H1.HeaderClassName
{
color: #762002;
}
.AnyTagClassName
{
color: #762002;
}
</style>
background-color css
<style>
a { background-color: #762002; }
a { background-color: rgb(118,32,2); }
div.DivClassName
{
background-color: #762002;
}
.BgClassName
{
background-color: #762002;
}
</style>
border-color css
<style>
span { border-color: #762002; }
span { border-color: rgb(118,32,2); }
td.TdClassName
{
border-color: #762002;
}
.TagClassName
{
border-color: #762002;
}
</style>