Shades of Falu Red #6F1B00
Tints of Falu Red #6F1B00
RGB
CMYK
RGB Variations
Color information
#6F1B00 (or 0x6F1B00) is known color: Falu Red. HEX triplet: 6F, 1B and 00. RGB value is (111,27,0). Sum of RGB (Red+Green+Blue) = 111+27+0=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1B00 is #90E4FF. Grayscale: #313131. Windows color (decimal): -9495808 or 7023. OLE color: 7023.
HSL color Cylindrical-coordinate representation of color #6F1B00: hue angle of 14.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F1B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.56 |
| HSL | 14.59º | 1% | 0.22% | - |
| HSV(B) | 14.59º | 1% | 0.44% | - |
| XYZ | 6.95 | 4.16 | 0.44 | - |
| YUV | 49.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 0 | 0 | 0.76 | 1 | 0.56 | 14.59 | 1 | 0.22 |
| Hex | 6F | 1B | 0 | 0 | 4C | 64 | 38 | F | 64 | 16 |
| Octal | 157 | 33 | 0 | 0 | 114 | 144 | 70 | 17 | 144 | 26 |
| Binary | 1101111 | 11011 | 0 | 0 | 1001100 | 1100100 | 111000 | 1111 | 1100100 | 10110 |
Color Harmonies of #6F1B00
Complementary color
Monochromatic Colors of #6F1B00
Black with #6F1B00
Text Example
Text Example
White with #6F1B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B00; }
p { color: rgb(111,27,0); }
H1.HeaderClassName
{
color: #6F1B00;
}
.AnyTagClassName
{
color: #6F1B00;
}
</style>
background-color css
<style>
a { background-color: #6F1B00; }
a { background-color: rgb(111,27,0); }
div.DivClassName
{
background-color: #6F1B00;
}
.BgClassName
{
background-color: #6F1B00;
}
</style>
border-color css
<style>
span { border-color: #6F1B00; }
span { border-color: rgb(111,27,0); }
td.TdClassName
{
border-color: #6F1B00;
}
.TagClassName
{
border-color: #6F1B00;
}
</style>