#71527B

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

Shades of Affair #71527B

Tints of Affair #71527B

Color information

#71527B (or 0x71527B) is unknown color: approx Affair. HEX triplet: 71, 52 and 7B. RGB value is (113,82,123). Sum of RGB (Red+Green+Blue) = 113+82+123=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #71527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71527B is #8EAD84. Grayscale: #5F5F5F. Windows color (decimal): -9350533 or 8082033. OLE color: 8082033.

HSL color Cylindrical-coordinate representation of color #71527B: hue angle of 285.37º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71527B is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11382123-
CMYK0.080.3300.52
HSL285.37º20%40.2%-
HSV(B)285.37º33.33%48.24%-
XYZ13.410.9820.15-
YUV95.94143.27140.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=35.53%
G=25.79%
B=38.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113821230.080.3300.52285.372040.2
Hex71527B82103411d1428
Octal16112217310410644352450
Binary1110001101001011110111000100001011010010001110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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