Shades of Falu Red #742303
Tints of Falu Red #742303
RGB
CMYK
RGB Variations
Color information
#742303 (or 0x742303) is known color: Falu Red. HEX triplet: 74, 23 and 03. RGB value is (116,35,3). Sum of RGB (Red+Green+Blue) = 116+35+3=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #742303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742303 is #8BDCFC. Grayscale: #373737. Windows color (decimal): -9166077 or 205684. OLE color: 205684.
HSL color Cylindrical-coordinate representation of color #742303: hue angle of 16.99º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #742303 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 3 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.55 |
| HSL | 16.99º | 0.95% | 0.23% | - |
| HSV(B) | 16.99º | 0.97% | 0.45% | - |
| XYZ | 7.82 | 4.92 | 0.62 | - |
| YUV | 55.57 | 98.34 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 3 | 0 | 0.70 | 0.97 | 0.55 | 16.99 | 0.95 | 0.23 |
| Hex | 74 | 23 | 3 | 0 | 46 | 61 | 37 | 11 | 5F | 17 |
| Octal | 164 | 43 | 3 | 0 | 106 | 141 | 67 | 21 | 137 | 27 |
| Binary | 1110100 | 100011 | 11 | 0 | 1000110 | 1100001 | 110111 | 10001 | 1011111 | 10111 |
Color Harmonies of #742303
Complementary color
Monochromatic Colors of #742303
Black with #742303
Text Example
Text Example
White with #742303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742303; }
p { color: rgb(116,35,3); }
H1.HeaderClassName
{
color: #742303;
}
.AnyTagClassName
{
color: #742303;
}
</style>
background-color css
<style>
a { background-color: #742303; }
a { background-color: rgb(116,35,3); }
div.DivClassName
{
background-color: #742303;
}
.BgClassName
{
background-color: #742303;
}
</style>
border-color css
<style>
span { border-color: #742303; }
span { border-color: rgb(116,35,3); }
td.TdClassName
{
border-color: #742303;
}
.TagClassName
{
border-color: #742303;
}
</style>