#865383

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

Shades of Trendy Pink #865383

Tints of Trendy Pink #865383

Color information

#865383 (or 0x865383) is unknown color: approx Trendy Pink. HEX triplet: 86, 53 and 83. RGB value is (134,83,131). Sum of RGB (Red+Green+Blue) = 134+83+131=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #865383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865383 is #79AC7C. Grayscale: #676767. Windows color (decimal): -7974013 or 8606598. OLE color: 8606598.

HSL color Cylindrical-coordinate representation of color #865383: hue angle of 303.53º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865383 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13483131-
CMYK00.380.020.47
HSL303.53º23.5%42.55%-
HSV(B)303.53º38.06%52.55%-
XYZ17.0212.8923.06-
YUV103.72143.4149.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=38.51%
G=23.85%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348313100.380.020.47303.5323.542.55
Hex86538302622F130182b
Octal2061232030462574603053
Binary1000011010100111000001101001101010111110011000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865383; }

 p { color: rgb(134,83,131); }

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

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

 a { background-color: rgb(134,83,131); }

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

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

 span { border-color: rgb(134,83,131); }

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