Shades of Falu Red #75201B
Tints of Falu Red #75201B
RGB
CMYK
RGB Variations
Color information
#75201B (or 0x75201B) is known color: Falu Red. HEX triplet: 75, 20 and 1B. RGB value is (117,32,27). Sum of RGB (Red+Green+Blue) = 117+32+27=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #75201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201B is #8ADFE4. Grayscale: #383838. Windows color (decimal): -9101285 or 1777781. OLE color: 1777781.
HSL color Cylindrical-coordinate representation of color #75201B: hue angle of 3.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75201B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 27 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.54 |
| HSL | 3.33º | 0.63% | 0.28% | - |
| HSV(B) | 3.33º | 0.77% | 0.46% | - |
| XYZ | 8.05 | 4.89 | 1.56 | - |
| YUV | 56.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 27 | 0 | 0.73 | 0.77 | 0.54 | 3.33 | 0.63 | 0.28 |
| Hex | 75 | 20 | 1B | 0 | 49 | 4D | 36 | 3 | 3E | 1C |
| Octal | 165 | 40 | 33 | 0 | 111 | 115 | 66 | 3 | 76 | 34 |
| Binary | 1110101 | 100000 | 11011 | 0 | 1001001 | 1001101 | 110110 | 11 | 111110 | 11100 |
Color Harmonies of #75201B
Complementary color
Monochromatic Colors of #75201B
Black with #75201B
Text Example
Text Example
White with #75201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75201B; }
p { color: rgb(117,32,27); }
H1.HeaderClassName
{
color: #75201B;
}
.AnyTagClassName
{
color: #75201B;
}
</style>
background-color css
<style>
a { background-color: #75201B; }
a { background-color: rgb(117,32,27); }
div.DivClassName
{
background-color: #75201B;
}
.BgClassName
{
background-color: #75201B;
}
</style>
border-color css
<style>
span { border-color: #75201B; }
span { border-color: rgb(117,32,27); }
td.TdClassName
{
border-color: #75201B;
}
.TagClassName
{
border-color: #75201B;
}
</style>