Shades of Falu Red #982302
Tints of Falu Red #982302
RGB
CMYK
RGB Variations
Color information
#982302 (or 0x982302) is known color: Falu Red. HEX triplet: 98, 23 and 02. RGB value is (152,35,2). Sum of RGB (Red+Green+Blue) = 152+35+2=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #982302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982302 is #67DCFD. Grayscale: #424242. Windows color (decimal): -6806782 or 140184. OLE color: 140184.
HSL color Cylindrical-coordinate representation of color #982302: hue angle of 13.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #982302 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.40 |
| HSL | 13.2º | 0.97% | 0.3% | - |
| HSV(B) | 13.2º | 0.99% | 0.6% | - |
| XYZ | 13.56 | 7.88 | 0.86 | - |
| YUV | 66.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 2 | 0 | 0.77 | 0.99 | 0.40 | 13.2 | 0.97 | 0.3 |
| Hex | 98 | 23 | 2 | 0 | 4D | 63 | 28 | D | 61 | 1E |
| Octal | 230 | 43 | 2 | 0 | 115 | 143 | 50 | 15 | 141 | 36 |
| Binary | 10011000 | 100011 | 10 | 0 | 1001101 | 1100011 | 101000 | 1101 | 1100001 | 11110 |
Color Harmonies of #982302
Complementary color
Monochromatic Colors of #982302
Black with #982302
Text Example
Text Example
White with #982302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982302; }
p { color: rgb(152,35,2); }
H1.HeaderClassName
{
color: #982302;
}
.AnyTagClassName
{
color: #982302;
}
</style>
background-color css
<style>
a { background-color: #982302; }
a { background-color: rgb(152,35,2); }
div.DivClassName
{
background-color: #982302;
}
.BgClassName
{
background-color: #982302;
}
</style>
border-color css
<style>
span { border-color: #982302; }
span { border-color: rgb(152,35,2); }
td.TdClassName
{
border-color: #982302;
}
.TagClassName
{
border-color: #982302;
}
</style>