Shades of Falu Red #6F1C01
Tints of Falu Red #6F1C01
RGB
CMYK
RGB Variations
Color information
#6F1C01 (or 0x6F1C01) is known color: Falu Red. HEX triplet: 6F, 1C and 01. RGB value is (111,28,1). Sum of RGB (Red+Green+Blue) = 111+28+1=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1C01 is #90E3FE. Grayscale: #313131. Windows color (decimal): -9495551 or 72815. OLE color: 72815.
HSL color Cylindrical-coordinate representation of color #6F1C01: hue angle of 14.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F1C01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.56 |
| HSL | 14.73º | 0.98% | 0.22% | - |
| HSV(B) | 14.73º | 0.99% | 0.44% | - |
| XYZ | 6.98 | 4.21 | 0.47 | - |
| YUV | 49.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 1 | 0 | 0.75 | 0.99 | 0.56 | 14.73 | 0.98 | 0.22 |
| Hex | 6F | 1C | 1 | 0 | 4B | 63 | 38 | F | 62 | 16 |
| Octal | 157 | 34 | 1 | 0 | 113 | 143 | 70 | 17 | 142 | 26 |
| Binary | 1101111 | 11100 | 1 | 0 | 1001011 | 1100011 | 111000 | 1111 | 1100010 | 10110 |
Color Harmonies of #6F1C01
Complementary color
Monochromatic Colors of #6F1C01
Black with #6F1C01
Text Example
Text Example
White with #6F1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C01; }
p { color: rgb(111,28,1); }
H1.HeaderClassName
{
color: #6F1C01;
}
.AnyTagClassName
{
color: #6F1C01;
}
</style>
background-color css
<style>
a { background-color: #6F1C01; }
a { background-color: rgb(111,28,1); }
div.DivClassName
{
background-color: #6F1C01;
}
.BgClassName
{
background-color: #6F1C01;
}
</style>
border-color css
<style>
span { border-color: #6F1C01; }
span { border-color: rgb(111,28,1); }
td.TdClassName
{
border-color: #6F1C01;
}
.TagClassName
{
border-color: #6F1C01;
}
</style>