#71527C

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

Shades of Affair #71527C

Tints of Affair #71527C

Color information

#71527C (or 0x71527C) is unknown color: approx Affair. HEX triplet: 71, 52 and 7C. RGB value is (113,82,124). Sum of RGB (Red+Green+Blue) = 113+82+124=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #71527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71527C is #8EAD83. Grayscale: #5F5F5F. Windows color (decimal): -9350532 or 8147569. OLE color: 8147569.

HSL color Cylindrical-coordinate representation of color #71527C: hue angle of 284.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71527C is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11382124-
CMYK0.090.3400.51
HSL284.29º20.39%40.39%-
HSV(B)284.29º33.87%48.63%-
XYZ13.471120.48-
YUV96.06143.77140.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=35.42%
G=25.71%
B=38.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113821240.090.3400.51284.2920.3940.39
Hex71527C92203311c1428
Octal16112217411420634342450
Binary1110001101001011111001001100010011001110001110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71527C; }

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

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

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

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

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

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

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

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