Shades of Falu Red #752002
Tints of Falu Red #752002
RGB
CMYK
RGB Variations
Color information
#752002 (or 0x752002) is known color: Falu Red. HEX triplet: 75, 20 and 02. RGB value is (117,32,2). Sum of RGB (Red+Green+Blue) = 117+32+2=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #752002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752002 is #8ADFFD. Grayscale: #363636. Windows color (decimal): -9101310 or 139381. OLE color: 139381.
HSL color Cylindrical-coordinate representation of color #752002: hue angle of 15.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752002 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.54 |
| HSL | 15.65º | 0.97% | 0.23% | - |
| HSV(B) | 15.65º | 0.98% | 0.46% | - |
| XYZ | 7.86 | 4.82 | 0.57 | - |
| YUV | 54 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 2 | 0 | 0.73 | 0.98 | 0.54 | 15.65 | 0.97 | 0.23 |
| Hex | 75 | 20 | 2 | 0 | 49 | 62 | 36 | 10 | 61 | 17 |
| Octal | 165 | 40 | 2 | 0 | 111 | 142 | 66 | 20 | 141 | 27 |
| Binary | 1110101 | 100000 | 10 | 0 | 1001001 | 1100010 | 110110 | 10000 | 1100001 | 10111 |
Color Harmonies of #752002
Complementary color
Monochromatic Colors of #752002
Black with #752002
Text Example
Text Example
White with #752002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752002; }
p { color: rgb(117,32,2); }
H1.HeaderClassName
{
color: #752002;
}
.AnyTagClassName
{
color: #752002;
}
</style>
background-color css
<style>
a { background-color: #752002; }
a { background-color: rgb(117,32,2); }
div.DivClassName
{
background-color: #752002;
}
.BgClassName
{
background-color: #752002;
}
</style>
border-color css
<style>
span { border-color: #752002; }
span { border-color: rgb(117,32,2); }
td.TdClassName
{
border-color: #752002;
}
.TagClassName
{
border-color: #752002;
}
</style>