#705371

Color #705371 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #705371

Tints of Fedora #705371

Color information

#705371 (or 0x705371) is unknown color: approx 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

RGB11283113-
CMYK0.010.2700.56
HSL298º15.31%38.43%-
HSV(B)298º26.55%44.31%-
XYZ12.7610.8217.04-
YUV95.09138.11140.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=36.36%
G=26.95%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112831130.010.2700.5629815.3138.43
Hex70537111B03812af26
Octal1601231611330704521746
Binary11100001010011111000111101101110001001010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>