#71547B

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

Shades of Affair #71547B

Tints of Affair #71547B

Color information

#71547B (or 0x71547B) is unknown color: approx Affair. HEX triplet: 71, 54 and 7B. RGB value is (113,84,123). Sum of RGB (Red+Green+Blue) = 113+84+123=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #71547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71547B is #8EAB84. Grayscale: #606060. Windows color (decimal): -9350021 or 8082545. OLE color: 8082545.

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

Color convert

RGB11384123-
CMYK0.080.3200.52
HSL284.62º18.84%40.59%-
HSV(B)284.62º31.71%48.24%-
XYZ13.5611.2820.2-
YUV97.12142.61139.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=35.31%
G=26.25%
B=38.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113841230.080.3200.52284.6218.8440.59
Hex71547B82003411d1329
Octal16112417310400644352351
Binary1110001101010011110111000100000011010010001110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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