#705273

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

Shades of Fedora #705273

Tints of Fedora #705273

Color information

#705273 (or 0x705273) is unknown color: approx Fedora. HEX triplet: 70, 52 and 73. RGB value is (112,82,115). Sum of RGB (Red+Green+Blue) = 112+82+115=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #705273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705273 is #8FAD8C. Grayscale: #5E5E5E. Windows color (decimal): -9416077 or 7557744. OLE color: 7557744.

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

Color convert

RGB11282115-
CMYK0.030.2900.55
HSL294.55º16.75%38.63%-
HSV(B)294.55º28.7%45.1%-
XYZ12.7910.7217.61-
YUV94.73139.44140.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=36.25%
G=26.54%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112821150.030.2900.55294.5516.7538.63
Hex70527331D0371271127
Octal1601221633350674472147
Binary1110000101001011100111111101011011110010011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705273; }

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

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

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

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

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

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

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

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