Shades of Falu Red #921B08
Tints of Falu Red #921B08
RGB
CMYK
RGB Variations
Color information
#921B08 (or 0x921B08) is known color: Falu Red. HEX triplet: 92, 1B and 08. RGB value is (146,27,8). Sum of RGB (Red+Green+Blue) = 146+27+8=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #921B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921B08 is #6DE4F7. Grayscale: #3C3C3C. Windows color (decimal): -7202040 or 531346. OLE color: 531346.
HSL color Cylindrical-coordinate representation of color #921B08: hue angle of 8.26º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #921B08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 8 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.43 |
| HSL | 8.26º | 0.9% | 0.3% | - |
| HSV(B) | 8.26º | 0.95% | 0.57% | - |
| XYZ | 12.29 | 6.91 | 0.92 | - |
| YUV | 60.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 8 | 0 | 0.82 | 0.95 | 0.43 | 8.26 | 0.9 | 0.3 |
| Hex | 92 | 1B | 8 | 0 | 52 | 5F | 2B | 8 | 5A | 1E |
| Octal | 222 | 33 | 10 | 0 | 122 | 137 | 53 | 10 | 132 | 36 |
| Binary | 10010010 | 11011 | 1000 | 0 | 1010010 | 1011111 | 101011 | 1000 | 1011010 | 11110 |
Color Harmonies of #921B08
Complementary color
Monochromatic Colors of #921B08
Black with #921B08
Text Example
Text Example
White with #921B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B08; }
p { color: rgb(146,27,8); }
H1.HeaderClassName
{
color: #921B08;
}
.AnyTagClassName
{
color: #921B08;
}
</style>
background-color css
<style>
a { background-color: #921B08; }
a { background-color: rgb(146,27,8); }
div.DivClassName
{
background-color: #921B08;
}
.BgClassName
{
background-color: #921B08;
}
</style>
border-color css
<style>
span { border-color: #921B08; }
span { border-color: rgb(146,27,8); }
td.TdClassName
{
border-color: #921B08;
}
.TagClassName
{
border-color: #921B08;
}
</style>