#705173

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

Shades of Fedora #705173

Tints of Fedora #705173

Color information

#705173 (or 0x705173) is unknown color: approx Fedora. HEX triplet: 70, 51 and 73. RGB value is (112,81,115). Sum of RGB (Red+Green+Blue) = 112+81+115=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #705173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705173 is #8FAE8C. Grayscale: #5E5E5E. Windows color (decimal): -9416333 or 7557488. OLE color: 7557488.

HSL color Cylindrical-coordinate representation of color #705173: hue angle of 294.71º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705173 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11281115-
CMYK0.030.3000.55
HSL294.71º17.35%38.43%-
HSV(B)294.71º29.57%45.1%-
XYZ12.7210.5717.59-
YUV94.14139.77140.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=36.36%
G=26.30%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112811150.030.3000.55294.7117.3538.43
Hex70517331E0371271126
Octal1601211633360674472146
Binary1110000101000111100111111110011011110010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705173; }

 p { color: rgb(112,81,115); }

 H1.HeaderClassName
 {
   color: #705173;
 }
 .AnyTagClassName
 {
   color: #705173;
 }
</style>
background-color css

<style>
 a { background-color: #705173; }

 a { background-color: rgb(112,81,115); }

 div.DivClassName
 {
   background-color: #705173;
 }
 .BgClassName
 {
   background-color: #705173;
 }
</style>
border-color css

<style>
 span { border-color: #705173; }

 span { border-color: rgb(112,81,115); }

 td.TdClassName
 {
   border-color: #705173;
 }
 .TagClassName
 {
   border-color: #705173;
 }
</style>