#715276

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

Shades of Affair #715276

Tints of Affair #715276

Color information

#715276 (or 0x715276) is unknown color: approx Affair. HEX triplet: 71, 52 and 76. RGB value is (113,82,118). Sum of RGB (Red+Green+Blue) = 113+82+118=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #715276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715276 is #8EAD89. Grayscale: #5F5F5F. Windows color (decimal): -9350538 or 7754353. OLE color: 7754353.

HSL color Cylindrical-coordinate representation of color #715276: hue angle of 291.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715276 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11382118-
CMYK0.040.3100.54
HSL291.67º18%39.22%-
HSV(B)291.67º30.51%46.27%-
XYZ13.110.8518.54-
YUV95.37140.77140.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=36.10%
G=26.20%
B=37.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113821180.040.3100.54291.671839.22
Hex71527641F0361241227
Octal1611221664370664442247
Binary11100011010010111011010011111011011010010010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715276; }

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

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

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

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

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

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

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

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