#855292

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

Shades of Affair #855292

Tints of Affair #855292

Color information

#855292 (or 0x855292) is unknown color: approx Affair. HEX triplet: 85, 52 and 92. RGB value is (133,82,146). Sum of RGB (Red+Green+Blue) = 133+82+146=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #855292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855292 is #7AAD6D. Grayscale: #686868. Windows color (decimal): -8039790 or 9589381. OLE color: 9589381.

HSL color Cylindrical-coordinate representation of color #855292: hue angle of 287.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855292 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13382146-
CMYK0.090.4400.43
HSL287.81º28.07%44.71%-
HSV(B)287.81º43.84%57.25%-
XYZ17.8813.128.78-
YUV104.54151.4148.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=36.84%
G=22.71%
B=40.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133821460.090.4400.43287.8128.0744.71
Hex85529292C02B1201c2d
Octal20512222211540534403455
Binary100001011010010100100101001101100010101110010000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855292; }

 p { color: rgb(133,82,146); }

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

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

 a { background-color: rgb(133,82,146); }

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

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

 span { border-color: rgb(133,82,146); }

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