Shades of Fedora #705371
Tints of Fedora #705371
RGB
CMYK
RGB Variations
Color information
#705371 (or 0x705371) is known color: Fedora. HEX triplet: 70, 53 and 71. RGB value is (112,83,113). Sum of RGB (Red+Green+Blue) = 112+83+113=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: blue. Hex color #705371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705371 is #8FAC8E. Grayscale: #5F5F5F. Windows color (decimal): -9415823 or 7426928. OLE color: 7426928.
HSL color Cylindrical-coordinate representation of color #705371: hue angle of 298º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705371 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 113 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.56 |
| HSL | 298º | 0.15% | 0.38% | - |
| HSV(B) | 298º | 0.27% | 0.44% | - |
| XYZ | 12.76 | 10.82 | 17.04 | - |
| YUV | 95.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 113 | 0.01 | 0.27 | 0 | 0.56 | 298 | 0.15 | 0.38 |
| Hex | 70 | 53 | 71 | 1 | 1B | 0 | 38 | 12A | F | 26 |
| Octal | 160 | 123 | 161 | 1 | 33 | 0 | 70 | 452 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1110001 | 1 | 11011 | 0 | 111000 | 100101010 | 1111 | 100110 |
Color Harmonies of #705371
Complementary color
Monochromatic Colors of #705371
Black with #705371
Text Example
Text Example
White with #705371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705371; }
p { color: rgb(112,83,113); }
H1.HeaderClassName
{
color: #705371;
}
.AnyTagClassName
{
color: #705371;
}
</style>
background-color css
<style>
a { background-color: #705371; }
a { background-color: rgb(112,83,113); }
div.DivClassName
{
background-color: #705371;
}
.BgClassName
{
background-color: #705371;
}
</style>
border-color css
<style>
span { border-color: #705371; }
span { border-color: rgb(112,83,113); }
td.TdClassName
{
border-color: #705371;
}
.TagClassName
{
border-color: #705371;
}
</style>