#71547D

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

Shades of Affair #71547D

Tints of Affair #71547D

Color information

#71547D (or 0x71547D) is unknown color: approx Affair. HEX triplet: 71, 54 and 7D. RGB value is (113,84,125). Sum of RGB (Red+Green+Blue) = 113+84+125=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #71547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71547D is #8EAB82. Grayscale: #616161. Windows color (decimal): -9350019 or 8213617. OLE color: 8213617.

HSL color Cylindrical-coordinate representation of color #71547D: hue angle of 282.44º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71547D is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11384125-
CMYK0.100.3300.51
HSL282.44º19.62%40.98%-
HSV(B)282.44º32.8%49.02%-
XYZ13.6811.3320.87-
YUV97.34143.61139.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=35.09%
G=26.09%
B=38.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113841250.100.3300.51282.4419.6240.98
Hex71547DA2103311a1429
Octal16112417512410634322451
Binary1110001101010011111011010100001011001110001101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71547D; }

 p { color: rgb(113,84,125); }

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

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

 a { background-color: rgb(113,84,125); }

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

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

 span { border-color: rgb(113,84,125); }

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