Shades of Falu Red #6F1D02
Tints of Falu Red #6F1D02
RGB
CMYK
RGB Variations
Color information
#6F1D02 (or 0x6F1D02) is known color: Falu Red. HEX triplet: 6F, 1D and 02. RGB value is (111,29,2). Sum of RGB (Red+Green+Blue) = 111+29+2=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1D02 is #90E2FD. Grayscale: #323232. Windows color (decimal): -9495294 or 138607. OLE color: 138607.
HSL color Cylindrical-coordinate representation of color #6F1D02: hue angle of 14.86º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F1D02 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 29 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.56 |
| HSL | 14.86º | 0.96% | 0.22% | - |
| HSV(B) | 14.86º | 0.98% | 0.44% | - |
| XYZ | 7.01 | 4.26 | 0.51 | - |
| YUV | 50.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 2 | 0 | 0.74 | 0.98 | 0.56 | 14.86 | 0.96 | 0.22 |
| Hex | 6F | 1D | 2 | 0 | 4A | 62 | 38 | F | 60 | 16 |
| Octal | 157 | 35 | 2 | 0 | 112 | 142 | 70 | 17 | 140 | 26 |
| Binary | 1101111 | 11101 | 10 | 0 | 1001010 | 1100010 | 111000 | 1111 | 1100000 | 10110 |
Color Harmonies of #6F1D02
Complementary color
Monochromatic Colors of #6F1D02
Black with #6F1D02
Text Example
Text Example
White with #6F1D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D02; }
p { color: rgb(111,29,2); }
H1.HeaderClassName
{
color: #6F1D02;
}
.AnyTagClassName
{
color: #6F1D02;
}
</style>
background-color css
<style>
a { background-color: #6F1D02; }
a { background-color: rgb(111,29,2); }
div.DivClassName
{
background-color: #6F1D02;
}
.BgClassName
{
background-color: #6F1D02;
}
</style>
border-color css
<style>
span { border-color: #6F1D02; }
span { border-color: rgb(111,29,2); }
td.TdClassName
{
border-color: #6F1D02;
}
.TagClassName
{
border-color: #6F1D02;
}
</style>