Html Css Color HEX #705271 Fedora

📋 copy color: '#705271'

red 112 ◦ green 82 ◦ blue 113

#705271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #705271

Tints of Fedora #705271

RGB

 RED value IS 112 (44.14% from 255) = 36.48%

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 36.48%
G = 26.71%
B = 36.81%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705271 (or 0x705271) is known color: Fedora. HEX triplet: 70, 52 and 71. RGB value is (112,82,113). Sum of RGB (Red+Green+Blue) = 112+82+113=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #705271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705271 is #8FAD8E. Grayscale: #5E5E5E. Windows color (decimal): -9416079 or 7426672. OLE color: 7426672.

HSL color Cylindrical-coordinate representation of color #705271: hue angle of 298.06º degrees, saturation: 0.16, 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 #705271 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 113 -
CMYK 0.01 0.27 0 0.56
HSL 298.06º 0.16% 0.38% -
HSV(B) 298.06º 0.27% 0.44% -
XYZ 12.68 10.67 17.01 -
YUV 94.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 112 82 113 0.01 0.27 0 0.56 298.06 0.16 0.38
Hex 70 52 71 1 1B 0 38 12A 10 26
Octal 160 122 161 1 33 0 70 452 20 46
Binary 1110000 1010010 1110001 1 11011 0 111000 100101010 10000 100110

Color Harmonies of #705271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705271

Black with #705271

Text Example


Text Example

White with #705271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705271; }

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

 H1.HeaderClassName
 {
   color: #705271;
 }
 .AnyTagClassName
 {
   color: #705271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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